Authentication vs Authorization in Oracle OCI
Gurpreet Singh
? Oracle ACE Pro ? | Oracle Cloud Technical Consultant | Oracle OIC | Oracle OCI | Oracle Fusion BIP Reporting | Oracle APEX | Java | PLSQL
Authentication and Authorization are both key concepts in security but serve different purposes:
1. Authentication (Who You Are?)
Common authentication methods:
? Example: Entering your username and password to log into a website.
2. Authorization (What You Can Do?)
Common authorization methods:
? Example: After logging in, a normal user can view files, but only an admin can edit or delete them
Default Resources in Oracle OCI
When you sign up for an Oracle Cloud Infrastructure (OCI) account, some default resources are created automatically to help you get started. These include:
1. Default User
? Example: If you signed up with [email protected], your default OCI user will be [email protected]
2. Default Group
? Policy Attached to the Administrators Group:
Allow group Administrators to manage all-resources in tenancy
This means members of this group can create, modify, and delete users, compartments, instances, storage, networking, and more.
3. Default Compartment
Best Practice: Instead of using the root compartment for all resources, it's recommended to create sub-compartments to organize resources
?? Steps to Demonstrate Authentication vs Authorization in OCI
领英推荐
? This covers Authentication in Oracle OCI, i.e. user is able to authenticate itself but does not have access to the resources.
? This demonstrates that with the proper authorization, the user gains the necessary permissions to create and manage resources within the tenancy.
Thank you for reading! ?? If you found this post helpful, feel free to like, share, and comment to help others understand the difference between authentication and authorization in OCI. Stay tuned for more insightful content! ??