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

AADSTS50013: No reply address is registered for the application. #272

Open
jcousineaugd opened this issue May 21, 2024 · 2 comments
Open

Comments

@jcousineaugd
Copy link

jcousineaugd commented May 21, 2024

We are getting the error "AADSTS50013: No reply address is registered for the application." and are not sure what we may have missed.

image

We followed the documentation located here to set up our App Registration. It is obviously missing some steps and/or does not fully explain how this new App Registration needs to be configured.

I tried adding multiple redirect URIs as shown below:

image

But then we just get this error: "AADSTS50011: The redirect URI 'urn:ietf:wg:oauth:2.0:oob' specified in the request does not match the redirect URIs configured for the application '9a6e3dee-a1e4-4d6a-9e51-74b178f29d12'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal."
image

image

Any help would be greatly appreciated, thank you!

Originally posted by @jcousineaugd in #268 (comment)

@carlitog
Copy link

Add urn:ietf:wg:oauth:2.0:oob as the Redirect URI for "Mobile and desktop applications"

@jcousineaugd
Copy link
Author

That fixed it, thank you.
I would suggest adding a configure redirect URI step to the example documentation:
https://github.com/microsoftgraph/powershell-intune-samples/blob/master/Updating%20App%20Registration

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