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

David Broggy 6,371 Reputation points MVP Volunteer Moderator
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 Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    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

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.