|
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. |
Replies: 2 comments
|
It seems that answer for some of these observations could be in AS behavior. @yuriyz can you share your thoughts? |
|
It sounds as you have Please set |
It sounds as you have
keyRegenerationEnabled: trueon your AS. See #1233When local AS key regeneration is on and clients
accessTokenAsJwt: truethen AS adapts lifetime accordingly.Please set
keyRegenerationEnabled: falseor client'saccessTokenAsJwt: false, wait 15min after change (or restart AS) and then re-test.