question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What value should I use for the "Authorized redirect URIs" parameter?

See original GitHub issue

The code of the problem I’m solving is in this branch.

I set up everything I could, but I couldn’t figure out what to write in this field? image I get an error: 400: redirect_uri_mismatch

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
YuriSilenokcommented, Feb 19, 2022

@shashi278 This is a victory! Thank you very much. image

0reactions
shashi278commented, Feb 19, 2022

And thanks for pointing this out. It should be there in the docs

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google OAuth 2.0 redirect_uri with several parameters
Store the nonce together with the custom state (e.g. a json) in local storage. Then use only the nonce as value for the...
Read more >
The provided value for the input parameter 'redirect_uri' is not ...
I'm using Authentication/Authorization from the App Service Settings. ... The expected value is a URI which matches a redirect URI ...
Read more >
Setting up authentication but need a variable redirect URI
The problem I am having is that the redirect URI can only be a single URL, but I need it to go the...
Read more >
The 'redirect_uri' parameter must be a Login redirect URI in ...
Cause. This error is returned because the value of ${redirect_uri} used in authorize request is not registered in the Open ID client in...
Read more >
Managing custom query parameters in your Application URL ...
The Redirect URI in the loginImplicitGrant MUST ENTIRELY MATCH one of the URIs you have configured under the OAuth client as Authorized Redirect...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found