If you use a JWT for client authentication (‘client_secret_jwt’ or ‘private_key_jwt’), you can use the following token claims:

If you use a JWT for client authentication (‘client_secret_jwt’ or ‘private_key_jwt’), you can use the following token claims:
A . The ‘jti’ token claim. The ‘jti’ claim fails the request if the expiration time is more than one hour in the
future or has already expired
B. The ‘exp’ token claim. The ‘exp’ claim fails the request if the expiration time is more than one hour in the future or has already expired
C. The ‘exp’ token claim. If ‘exp’ is specified, the token can only be used once. So, for example, subsequent token requests won’t succeed
D. The ‘jti’ token claim. If ‘jti’ is specified, the token can only be used once. So, for example,
subsequent token requests won’t succeed

Answer: B,D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments