Replies: 1 comment 4 replies
-
|
For one it parses as the following, i.e. there are no query string components RFC6749 has this to say in https://www.rfc-editor.org/rfc/rfc6749.html#section-3.1.2 as well
Which yours does Before I disect this further, what is the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Our application makes use of hashes in the redirect uri.
For example:
https://<some host here.com>/web/#/sso?code=<some grant code>.It appears however that when trying to get a token from the code, the hash gets consumed so that the exchange is not possible.
I saw that this is a todo in the code, but perhaps there are some workarounds possible (in version 5 this worked fine as were able to pass the code directly to the openid-client)?
Beta Was this translation helpful? Give feedback.
All reactions