Azure Application & Service Principal objects
- Application Registration:
- To delegate IAM functions to Azure AD, an application must be registerd to AD tenant. When you register the application with Azure AD, you are creating an Identity configuration for your application.
- Register an application
- Python Django example: Refer Here
- Service Principal: To access resources secured by Azure AD tenant, the entity that requires access must be represented by Service Principal
- Basics
- Basics
- Note:
- Please ensure Azure CLI and Powershell are installed Refer Here
- Using Cloud Shell
