-
Usage for: Generating Tokens for a client using curl with the url: https://my-auth-dummyhost/jans-auth/restv1/token Navigation to the window: jans-cli-tui => Auth-Server => Clients
-in case of Token-type=> JWT -in case of Token-type=> Reference Can you please help me with the situation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems that answer for some of these observations could be in AS behavior. @yuriyz can you share your thoughts? |
Beta Was this translation helpful? Give feedback.
-
It sounds as you have Please set |
Beta Was this translation helpful? Give feedback.
It sounds as you have
keyRegenerationEnabled: true
on your AS. See #1233When local AS key regeneration is on and clients
accessTokenAsJwt: true
then AS adapts lifetime accordingly.Please set
keyRegenerationEnabled: false
or client'saccessTokenAsJwt: false
, wait 15min after change (or restart AS) and then re-test.