Project

General

Profile

Task #1199

Updated by Radek Tomiška over 3 years ago

Add feature Token is created for the all authenticators (e.g. sso, openAm, basic) - try to generate system tokens usable find previous valid token, before new token is created. 

 For the example,    when JWT token is used (default authenticator), then token is reused by his id - the same machanism should exist for access CzechIdM API. Token can be used instead http basic authentication. the different authenticators (e.g. find token by remote_user name, use token type ...).

Back