Introducing a feature toggle for JTI in tokenAuth #1262
Replies: 1 comment
-
Client authentication methods
There is not. OAuth profiles such as FAPI use the OIDC definition, with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In oidc-provider/lib/shared/token_jwt_auth.js, the function
getTokenJwtAuth
checks for the presence ofpayload.jti
, which is used for Replay Detection. However, RFC-7519 states thatjti
is optional. The same statement iss mentioned in several other auth documentation such as Okta.Hence, I would like to know if there is any future plan for
jti
to be made optional?Beta Was this translation helpful? Give feedback.
All reactions