We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can handled an auth code redirect with a query string, not just a hash.
When I call completeAuthorizationRequestIfPossible i'd like it to look at the query string if some configuration option is set.
completeAuthorizationRequestIfPossible
This line:
AppAuth-JS/src/redirect_based_handler.ts
Line 100 in c30f85e
See above. My oauth server returns query strings, not hashes. Would like to be able to use this library in browser.
Second half of the oauth flow never completes, since the code, state, etc, are all in the query string, not hash.
Use an oauth server that sends back an auth code response in a query string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I can handled an auth code redirect with a query string, not just a hash.
[REQUIRED] Describe expected behavior
When I call
completeAuthorizationRequestIfPossible
i'd like it to look at the query string if some configuration option is set.This line:
AppAuth-JS/src/redirect_based_handler.ts
Line 100 in c30f85e
Describe the problem
See above. My oauth server returns query strings, not hashes. Would like to be able to use this library in browser.
[REQUIRED] Actual Behavior
Second half of the oauth flow never completes, since the code, state, etc, are all in the query string, not hash.
[REQUIRED] Steps to reproduce the behavior
Use an oauth server that sends back an auth code response in a query string.
[REQUIRED] Environment
The text was updated successfully, but these errors were encountered: