Skip to content
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

URL specified in the request does not match the reply URLs configured in the application #2

Closed
waydaws opened this issue Jun 21, 2021 · 4 comments

Comments

@waydaws
Copy link

waydaws commented Jun 21, 2021

Wen running search-o365, I get the following error. Any ideas?

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'a0c73c16-a7e3-4564-9a95-2bdf47383716'.

@ldap389
Copy link
Contributor

ldap389 commented Jun 21, 2021

Hello waydaws,

To help troubleshoot the problem, can you please provide the following information?

  • What version of PowerShell are you using? Is it a core edition?
  • You have the problem with a particular parameter of the search-o365 function (FreeText, IPAddresses, UserIds) ? All of them? If you could tell me the exact command you are launching that would be great?
  • Can you run the following command, and tell me if you have the same error message?
    Get-OAuthToken -Service EXO -silent:$false
  • Can you run your search and use the device code login and tell me if it works, here is an example:
    Search-O365 -StartDate $startdate -Enddate $enddate -FreeText "XXX" -DeviceCode:$true

Thanks for you feedback

@ldap389
Copy link
Contributor

ldap389 commented Jun 25, 2021

Hello @waydaws ,

Do you have the problem with the latest version?
We thought we already fixed the problem with this commit:
eebb0fb
As it was announced by Microsoft as a breaking change:
https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-app-registration#redirect-uris

@ldap389
Copy link
Contributor

ldap389 commented Jun 30, 2021

Hello @waydaws ,
I will close the issue in a couple of days if I have no feedback
Regards

@ldap389
Copy link
Contributor

ldap389 commented Jul 6, 2021

No feedback, closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants