Your company has an Azure subscription named Sub1 that is associated to an Azure Active Directory Azure (Azure AD) tenant named contoso.com.
The company develops a mobile application named App1. App1 uses the OAuth 2 implicit grant type to acquire Azure AD access tokens.
You need to register App1 in Azure AD.
What information should you obtain from the developer to register the application?
For Native Applications you need to provide a Redirect URI, which Azure AD will use to return token
responses.
https://docs.microsoft.com/en-us/azure/active-directory/develop/v1-protocols-oauth-code
Currently there are no comments in this discussion, be the first to comment!