Identity Use Cases of Azure
-
Authentication & Authorization:
- Authentication is basic identity information to enter into some system
- Authorization is about the specifics of what is allowed and what is not.
-
Azure provides Idenity as a service and user categories
- Direct Azure users (Employees)
- B2C Customers (Swiggy users)
- B2B Customer (Access to external account)
-
Azure Users (Admins/architect/developer) working for organization to use Azure
- Portal Users
- CLI/SDK Users
- Infra Provision
- Azure offers RBAC (Role Based Access Control) to provide granular access over necessary resources and services.
