published by: Cory Fowler
This topic is also available on docs.microsoft.com
Under “Redirect URIs” supply the endpoint for your application, then click Save.
Note: Your redirect URI is the URL of your application appended with the path, /.auth/login/microsoftaccount/callback. For example,
https://contoso.azurewebsites.net/.auth/login/microsoftaccount/callback
.
Make sure that you are using the HTTPS scheme
Note: You will need to come back to this step after the deployment is completed to provide the Redirect URI
Under “Application Secrets”, click Generate New Password. Make note of the value that appears. Once you leave the page, it will not be displayed again.
Note: The password is an important security credential. Do not share the password with anyone or distribute it within a client application.
Note: This topic is also available on docs.microsoft.com
Sign in to the Azure classic portal and navigate to Active Directory.
Once the application has been added, click the Configure tab. Edit the Reply URL under Single Sign-on to be the URL of your application appended with the path, /.auth/login/aad/callback. For example, https://contoso.azurewebsites.net/.auth/login/aad/callback
. Make sure that you are using the HTTPS scheme.
Note: You will need to come back to this step after the deployment is completed to provide the Reply URL
https://sts.windows.net/
followed by a GUID specific to your tenant (called a “tenant ID”). Copy this value - it will serve as your Issuer URL. You will configure your application to use this later.