Azure Authentication - Application (Client Id) - Service Principal

Card Puncher Data Processing

About

The app creates a central identity to authenticate and access Azure Resource.

It holds information like:

  • OAuth Client ID,
  • Reply URLs,
  • and credentials

Management

Setting

Azure Active Directory > User settings > App registrations setting.

If set to:

  • Yes, non-admin users can register AD apps. This setting means any user in the Azure AD tenant can register an app.
  • No, only global administrators can register apps.

Creation

Native

  • Azure Active Directory > App registration > + new Registrations
  • Fill the name, the native type + an URL (http://localhost)

Get Identity

  • application ID (ie client id). Azure Active Directory > App Registration > Application Id
  • and authentication key - Azure Active Directory > App Registration (Preview) > Certificates and Secrets

Others:

doc

Role

To access resources in your subscription, you must assign the application to a role.

Go to your resource group and add permission (IAM)

Documentation / Reference





Discover More
Card Puncher Data Processing
Azure - Authentication

in Azure For a given tenant (domain), you needs to get a token as credentials. Your app can access Resource in couple of ways: User + app access: for apps that access resources on behalf of a...
Azure App Registration Native
Azure Authentication - End User

End-user authentication with Data Lake Store using REST API. ADLS resources are accessed with the...



Share this page:
Follow us:
Task Runner