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

The nonce is not returned #154

Open
lucasocon opened this issue Jun 15, 2021 · 2 comments
Open

The nonce is not returned #154

lucasocon opened this issue Jun 15, 2021 · 2 comments

Comments

@lucasocon
Copy link

lucasocon commented Jun 15, 2021

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!

@lucasocon
Copy link
Author

@toupeira do you have any tips about how to solve this issue? Thanks in advance.

@cyclingzealot
Copy link

Having similar issue. OIDCC tests are sending us a nonce. We have added the hidden fields for nonce. But nonce and state are nil.

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

2 participants