Hi I am getting the error "The reply url specified in the request does not match the reply urls configured for the application" when I try to approve the Azure AD sync from Jira datacenter. can you help me with the reply URL format for Jira.
This happens for both Jira and Confluence Datacenter.
Hi Praveen,
I am not familiar with this particular error. However from a search it looks like this is something that the Azure app service is generating this error. I found a related msdn blog post about this in https://blogs.msdn.microsoft.com/jpsanders/2018/01/30/azure-app-service-error-aadsts50011-the-reply-address-http-azurewebsites-netsignin-oidc-does-not-match-the-reply-addresses-configured-for-the-application/
From reviewing this it looks like there are settings in the Azure portal that you would have to adjust to correct this. From that blog post:
How to fix this
This error says it all! When you deploy your Active Directory Web app to Azure you need to ensure you add this URL to the Azure Active Directory application (or have someone with the permissions to manage you application in AD to this for you).
Go to the Azure portal: https://portal.azure.com sign in and click on the Azure Active Directory icon on the left. Then click on the ‘App registrations’ icon in the middle pane. In the search box enter the application from the error message and choose ‘All apps’ from the dropdown:
Click on your application, then the Settings icon, select the ‘Reply URLs’ from the list. Paste in the name of the reply URL from the error message you had and ‘Save’:
Now you should be able to login with out that error message!
I hope this helps.
Andy
Hi,
I had added the below url format as the reply url and it worked!
https://<your-instance>/plugins/servlet/de.resolution.usersync/oauth2/authorize
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.