-
We are integrating our existing app as an OIDC identity provider for Kratos.
My question is, will Kratos continously refresh the access/refresh token in the background? Or will we have to change step 3. in our app to not require consent if the user has already consented? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ORY Kratos does not refresh or issue tokens, that would be handled by your OIDC provider, i.e. your existing app or for example ORY Hydra. |
Beta Was this translation helpful? Give feedback.
ORY Kratos does not refresh or issue tokens, that would be handled by your OIDC provider, i.e. your existing app or for example ORY Hydra.
The existing app that is used as OIDC provider here would have to issue and manage tokens.
You can set how long refresh tokens are valid in ORY Hydra, see the reference configuration.