-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to Office365 using the Azure Portal (AADSTS50011: The reply URL specified in the request does not match the reply URLs) #6
Comments
@oanat : It seems to me that the message is just indicating the redirect-URL is incorrect. Remember that the redirect URL is calculated in a possibly slightly different method that the browser. Using the network inspector allows you to read the parameters of the URLs to where the browser was sent. |
First, I noticed that there's more install instructions to include: Under authentication, some implicit grant flows need to be activated (ID-tokens). We definitely have a weak documentation and probably a bug at MS. |
So, I could reproduce the bug and solved it by removing the part I'll note that my installation procedure is as follows:
Could you test this before I make a release or should I cut an RC? I don't feel very confident with this app yet and the debug flag is on per default and seems to be horribly verbose to the user (but not to the admin!). thanks paul |
@polx Thanks for the investigation. A release for RC would be best as we would have to test on some private environments as well. |
Cannot connect to Office365 using the Azure Portal (AADSTS50011: The reply URL specified in the request does not match the reply URLs) #6 should be fixed.
Hello @oanat , |
Great, thanks @polx ! |
@polx Looks better. I don't have any file inside my free Office365 account to test, however I can use the macro and search without any errors: |
I managed to make the search and all other features work with the 1.5-RC1 version of the app and my Azure configuration. The search did not seems to work when I was testing on localhost (so HTTP which is permitted by the Azure Portal). The search results were displayed correctly when I switched to a HTTPS wiki. |
Release 1.5 is ready and available with this fix. Thanks. |
Steps to reproduce:
** register XWiki app:
** click on "Authentication">"Switch to the old experience"
** add the Redirect URI:
** add Permissions:
** Go to "Certificates and Secrets" and generate a New Client Secret
Result:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'a01b7f50-a47d-4ead-8c42-b707d9b37b56'.
The text was updated successfully, but these errors were encountered: