You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time the docker container is restarted, users do receive a new token from the OpenID provider. Since this token is set as 'auth/subject' and therefore used as foldername, it is not possible to list the previously created profiles for a user.
Not sure how to fix it yet, but I would suggest setting the username or email instead of idToken.Subject as 'auth/subject':
@vincentbitter i've re-implemented the auth integrations. This is probably fixed now, give 0.0.9 another go. Checkout the README for config file changes.
Every time the docker container is restarted, users do receive a new token from the OpenID provider. Since this token is set as 'auth/subject' and therefore used as foldername, it is not possible to list the previously created profiles for a user.
Not sure how to fix it yet, but I would suggest setting the username or email instead of idToken.Subject as 'auth/subject':
wg-access-server/internal/auth/dex.go
Line 130 in 4c89f9a
The text was updated successfully, but these errors were encountered: