Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants