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
How can I do to retrieve the nonce?
I already added the hidden field for the nonce, but is not included in the JWT, neither saved in the database.
Right now it only returns the following keys:
{ "iss": "XXXXXX", "sub": "X", "aud": "XXXXXXX", "exp": 1111111, "iat": 111111 }
I need the nonce in that response.
Thanks!
The text was updated successfully, but these errors were encountered:
@toupeira do you have any tips about how to solve this issue? Thanks in advance.
Sorry, something went wrong.
Having similar issue. OIDCC tests are sending us a nonce. We have added the hidden fields for nonce. But nonce and state are nil.
No branches or pull requests
How can I do to retrieve the nonce?
I already added the hidden field for the nonce, but is not included in the JWT, neither saved in the database.
Right now it only returns the following keys:
I need the nonce in that response.
Thanks!
The text was updated successfully, but these errors were encountered: