The reply url specified in the request does not match the reply urls configured for the application

Praveen March 26, 2019

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.

1 answer

1 accepted

0 votes
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 28, 2019

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:


 appregistration

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’:

capture20180130145337489

Now you should be able to login with out that error message!

 

I hope this helps.

Andy

Praveen March 28, 2019

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!

Suggest an answer

Log in or Sign up to answer