-
Notifications
You must be signed in to change notification settings - Fork 438
Closed as not planned
Labels
Description
I am testing the console authentication using dex as the identity provider.
I have configured the openid provider in the console with the following claims: openid,profile,groups,email,offline_access
so that the console receives a refresh token.
But the token is never actually refreshed and the user is logged out when it expires.
vfauth, cenk1cenk2 and deadnews