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

How can I use "callbackUrl" rather than "redirect_uri" as the key of my callback url. #83

Open
janjian opened this issue Jun 5, 2018 · 0 comments

Comments

@janjian
Copy link

janjian commented Jun 5, 2018

the authorization server using key: callbackUrl to receive redirect_uri in Oauth2.0.
the project has been using redirect_uri as:
if (redirectUri != null) {
form.set("redirect_uri", redirectUri);
}
how can i change the key of my redirectUri, using "callbackUrl" rather than "redirect_uri".

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

1 participant