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

Error: Share link, navigate to page, then click sign in #540

Closed
jthake opened this issue May 13, 2020 · 1 comment
Closed

Error: Share link, navigate to page, then click sign in #540

jthake opened this issue May 13, 2020 · 1 comment
Assignees
Labels
type:bug Something isn't working
Milestone

Comments

@jthake
Copy link

jthake commented May 13, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://developer.microsoft.com/en-US/graph/graph-explorer/preview
  2. Click on My Photo
  3. CLick on Share
  4. Copy URL
    https://developer.microsoft.com/en-US/graph/graph-explorer/preview?request=me&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&requestBody=dW5kZWZpbmVk
  5. navigate to URL in tab
  6. Click Sign in to Graph explore
  7. Pick an acount
  8. ERROR

`Sorry, but we’re having trouble signing you in.

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'de8bc8b5-d9f9-48b1-a8ad-b748da725064'. More details: Reply address did not match because of case sensitivity.`

Expected behavior
Signs me in

** suggested fix **
Locale needs to be all lower case.

https://developer.microsoft.com/en-US/graph/graph-explorer/preview?request=me&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&requestBody=dW5kZWZpbmVk
to
https://developer.microsoft.com/en-us/graph/graph-explorer/preview?request=me&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&requestBody=dW5kZWZpbmVk

@ddyett
Copy link

ddyett commented May 13, 2020

We should fix this. It does happen with classic as well but it's a simple fix.

@Shjokie Shjokie added the type:bug Something isn't working label May 15, 2020
@Shjokie Shjokie added this to To do in Graph Explorer V4 via automation May 15, 2020
@thewahome thewahome added this to the 4.1.3 milestone May 27, 2020
Graph Explorer V4 automation moved this from To do to Done Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

4 participants