Azure AD Integrated Login (Manual Process)
This article provides the steps to configure your Dynamics 365 portal to work with your customer’s or partner’s Azure AD without having to add them as guest users in your own Azure AD.
Pre-requisites
Performing this task will require the following:
- Portal Owner privileges
- Azure Admin privileges on the tenant
Time required
This configuration process is expected to take 15 minutes
Additional Notes
If you configure a custom domain and/or change your portal Base URL, these steps will need to be re-run, specifically step #3
Procedure
- Login to Azure Portal using the Global administrator account and click on the 'Azure Active Directory' icon within the Azure Services section. In case you don’t find the 'Azure Active Directory' icon click on More Services.

- Click on 'App Registrations' on the left-hand navigation menu and then click the ‘+ New Registration’ button on the right-side pane

-
Enter the Redirect URL as : https://<yourportal.domain.com>/signin-oidc
-
Copy the following values paste them into the Register Application Page and click 'Register':

- Within the newly created App click on ‘Authentication’ menu on the left-hand side navigation. On the right-hand pane tick the below checkboxes and hit ‘Save’.

- Click on 'Overview' on the left-hand navigation menu and copy the 'Application (client) ID'

- Go back to your CRM and click o the 'App' besides Dynamics 365 at the top-left corner

-
Click on 'Power Pages Management'
-
On the left-handed menu click on 'Site Settings'

- Create the following list of records one by one:
Name | Value |
---|---|
Authentication/OpenIdConnect/CustomerAzureAD/Authority | https://login.windows.net/common |
Authentication/OpenIdConnect/CustomerAzureAD/Caption | Customer Login |
Authentication/OpenIdConnect/CustomerAzureAD/ClientId | [Use 'Application ID' noted in step 3] |
Authentication/OpenIdConnect/CustomerAzureAD/ExternalLogoutEnabled | true |
Authentication/OpenIdConnect/CustomerAzureAD/IssuerFilter | https://sts.windows.net/*/ |
Authentication/OpenIdConnect/CustomerAzureAD/RedirectUri | ['Redirect URL' from Step #3] |
Authentication/OpenIdConnect/CustomerAzureAD/ValidateIssuer | false |
Authentication/Registration/AzureADLoginEnabled | false |
Authentication/Registration/LocalLoginEnabled | false |
Authentication/Registration/OpenRegistrationEnabled | false |
Authentication/Registration/LoginButtonAuthenticationType | https://login.windows.net/common |
-
Make sure all parameters are configured correctly. Otherwise this will cause Self-Service Portal Malfunctioning
-
You can create the above described records by click on '+ New' located at the top-ribbon menu

- After filling the described information on the records click on 'Save & Close'. Repeat until you create all the records.

Your SSP Integrated login setup has been completed.
Updated about 2 months ago