Azure Managed Identites
- Azure Managed Identity is used to give acces an Azure Resource to access other Azure Resources
- Here we can use
- System Assigned Identity
- User Assigned Identity
Azure Service Principal
- This is an approach to login into azure in a non interactive fashion use for scripts or Programs
- Refer Here for creating service principal from cli
Consumer Identity as a Service
- Azure App Registrations for ID as a Service
- AWS has Cognito Pools
Next Steps:
- Integrating Active Directory into AWS and Azure
