[Userinfo] required claims if the response is a JWT

Issue #24 open
Giuseppe De Marco created an issue

If the the userinfo response is a signed JWT or a Nested JWT, the payload must contain the following claims

  • iss
  • sub
  • aud
  • iat
  • exp

Comments (3)

  1. Log in to comment