Authorized redirect URIs

Amandeep Singh 0 Reputation points
2023-08-07T12:03:19.6366667+00:00

what are the Authorized redirect URIs?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JamesTran-MSFT 36,911 Reputation points Microsoft Employee Moderator
    2023-08-07T18:12:24.6733333+00:00

    @Amandeep Singh

    Thank you for your post!

    I understand that you're trying to figure out the authorized Redirect URIs (reply URLs) within Azure AD when working with Azure AD App Registrations. To help point you in the right direction and add onto what was shared by Jimmy, I'll share my findings below.


    Findings:

    When it comes to Azure AD applications and their redirect URIs there are some restrictions to be aware of, but the overall supported schemes / formats will be HTTP and HTTPs.

    • HTTPS: The HTTPS scheme (https://) is supported for all HTTP-based redirect URIs.
    • HTTP: The HTTP scheme (http://) is supported only for localhost URIs and should be used only during active local application development and testing.

    User's image

    For more info - Redirect URI (reply URL) restrictions and limitations

    User's image


    Additional Resources:

    I hope this helps!

    If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.


    If the information helped address your question, please Accept the answer. This will help us and also improve searchability for others in the community who might be researching similar information.

    1 person found this answer helpful.

  2. JimmySalian-2011 42,511 Reputation points
    2023-08-07T14:17:51.3733333+00:00

    Hi Amandeep,

    Basically it is used to redirect the authorization and authentication process if the token is sent for validation and extract from Microsoft site "A redirect URI, or reply URL, is the location where the authorization server sends the user once the app has been successfully authorized and granted an authorization code or access token. The authorization server sends the code or token to the redirect URI, so it's important you register the correct location as part of the app registration process."

    https://learn.microsoft.com/en-us/azure/active-directory/develop/reply-url

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.