Compare commits

..

No commits in common. "2cf6c65d23dae6ba95a844f96d61f3193834fb1d" and "e8ab9d467421e57285fa7aeda802b1ae75c02ee4" have entirely different histories.

View file

@ -16,8 +16,8 @@ configs:
oidc.config: |
name: Pocket ID
issuer: https://auth.basicstack.de
clientID: $argocd-oidc-secret:oidc.pocketid.clientId
clientSecret: $argocd-oidc-secret:oidc.pocketid.clientSecret
clientID: $oidc.pocketid.clientId
clientSecret: $oidc.pocketid.clientSecret
requestedScopes: [openid, profile, email, groups]
requestedIDTokenClaims:
groups: {essential: true}