when do you need a redirect uri in your app registration?

David Broggy 5,681 Reputation points MVP
2022-11-30T16:43:52.493+00:00

Hi there,
Just curious when you typically need to provide a redirect uri for an app registration in Azure AD?
typically I just use it to get access to sentinel, defender etc. so I don't use the uri for those.

Is it more for like if you build a web app in Azure and you want to use some sort of SAML authentication interactively for users?

Thanks.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 54,286 Reputation points
    2022-11-30T18:30:32.057+00:00

    Hi @David Broggy

    You are correct when you state "Is it more for like if you build a web app in Azure and you want to use some sort of SAML authentication interactively for users?".

    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.

    See the following documentation for further Redirect URI information:

    Redirect URI (reply URL) restrictions and limitations

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

    ------------------------------------

    If this is helpful please accept answer.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful