25,160 questions
Hello Martin.
Thank you for sharing your issue on Microsoft Q&A.
I understand you created an app using app registrations and do not have the Authentication option to add a redirect URI. To add the Redirect URI kindly follow the steps below.
Steps to Update the Redirect URI:
- Go to Azure Active Directory:
- Log in to your Azure portal.
- Navigate to Azure Active Directory.
- Find the App Registration:
- Under Manage, click App Registrations.
- Search for your application using the name or App ID.
- Edit the Redirect URI:
- Once you find your app, click on it.
- Go to Authentication on the left-hand menu.
- Under Platform Configurations, click on Add Platform.
- For example, you can specify the URI under the Web section if your app is a web application.
- Save Changes:
- After adding the Redirect URI, click Save.
- Verify in Enterprise Applications (Optional):
- The changes will reflect when the application is used via the service principal in the Enterprise Applications section.
Please let me know if you need further assistance.
Siri