Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/06/2023 11:36 PM - last edited on 08/07/2023 12:43 AM by Sunil
I am currently working on azure ad for OAuth Configuration. What is the "Redirect URI" and for what purpose we use it?
And What should be the redirect uri?
[This message has been edited by moderator to merge reply comment]
08/07/2023 01:40 AM - edited 08/07/2023 02:07 AM
Hello @Mortal,
redirect_uri - Specifies the callback location where Azure AD returns a browser with the authorization code after the user finishes authenticating with their Identity Provider. This URL must match one of the redirect URIs that you configured in the Register an application page in Azura Portal.
Redirect_uri will be the saviynt redirect URL as shown in the below example in bold.
For example:
https://login.microsoftonline.com/xxxxxxx/oauth2/v2.0/authorize?client_id=xxxxxx&redirect_uri=https:...
For Ref:-
https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Config...
08/07/2023 04:13 AM
Hello @sudeshjaiswal,
Thank you for the documentation link. It really helps me regarding this issue.