https://{yourDomain}/login/callback
.auth0.com
, separated by the dot (.
) symbol.
For example, if your tenant name is exampleco-enterprises
, and your tenant is in the US region, your Auth0 domain name would be exampleco-enterprises.us.auth0.com
and your Redirect URI would be https://exampleco-enterprises.us.auth0.com/login/callback
.
However, if your tenant is in the US region and was created before June 2020, then your Auth0 domain name would be exampleco-enterprises.auth0.com
and your Redirect URI would be https://exampleco-enterprises.auth0.com/login/callback
.
If you are using custom domains, your Redirect URI would be https://<YOUR CUSTOM DOMAIN>/login/callback
.
During this process, record the Application (client) ID that Microsoft generates for your application (you can find this on the application’s Overview screen) as you will need it later in the tutorial.
API.Access
.Public client/native (mobile & desktop)
and enter your callback URL. Your callback URL format will vary depending on your platform. For details about the format for your platform, read Native Quickstarts.Field | Description |
---|---|
Connection name | Logical identifier for your connection; it must be unique for your tenant. Once set, this name can’t be changed. |
Microsoft Azure AD Domain | Your Azure AD domain name. You can find this on your Azure AD directory’s overview page in the Microsoft Azure portal. |
Client ID | Unique identifier for your registered Azure AD application. Enter the saved value of the Application (client) ID for the Native application you registered in Azure AD. |
Client Secret | String used to gain access to your registered Azure AD application. Enter the saved value of the Client secret for the Native app you registered in Azure AD. |
Use common endpoint (optional) | When enabled, your application will dynamically accept users from new directories. Typically enabled if you selected a multitenant option for Supported account types for the application you registered in Azure AD. When enabled, Auth0 will redirect users to Azure’s common login endpoint, and Azure will perform Home Realm Discovery based on the domain of the user’s email address. |
Identity API | API used by Auth0 to interact with Azure AD endpoints. Learn about the differences in behavior in Microsoft’s Why update to Microsoft identity platform (v2.0) doc. Select Azure Active Directory (v1) , and for App ID URI, enter the saved value of the Application ID URI that was created when you configured your Web application to expose an API. |
Attributes | Basic attributes for the signed-in user that your app can access. Indicates how much information you want stored in the Auth0 User Profile. |
Extended Attributes (optional) | Extended attributes for the signed-in user that your app can access. |
Auth0 APIs (optional) | When selected, indicates that you require the ability to make calls to the Azure AD Users API. |
Sync user profile attributes at each login | When enabled, Auth0 automatically syncs user profile data with each user login, thereby ensuring that changes made in the connection source are automatically updated in Auth0. |
Email Verification | Choose how Auth0 sets the email_verified field in the user profile. To learn more, see Email Verification for Azure AD and ADFS. |
Azure Active Directory (v1)
, and for App ID URI, enter the URI of the Azure AD Graph API: