Edit OAuth project callback link

Tanner 1 Reputation point
2021-08-02T00:59:55.187+00:00

I have created my azure OAuth project, and I have successfully setup the callback routes for all my application environments. I have a client that needed to register these callback URL routes so their active directory can authorize that access. My question is how do I edit that URL on their side, there is not an option to edit a project.

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

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2021-08-02T05:31:29.577+00:00

    Hi @Tanner · Thank you for reaching out.

    The callback url is also known as Reply URL or Redirect URI. To update the callback URL, you need to update the Redirect URI registered in the application.

    For this purpose, you need to perform below steps:
    Azure Portal > Azure Active Directory > App Registrations > Search the application by using App ID or Name > open the app and click on authentication blade > update the Redirect URI.

    Note: To perform above action, you need to have application administrator or cloud application administrator or global administrator role assigned to your user account.

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

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.