zot: fix oidc config keys
This commit is contained in:
parent
ea4c04ba04
commit
cdbad50c02
@ -26,10 +26,7 @@ data:
|
|||||||
"issuer": "https://sso.bstein.dev/realms/atlas",
|
"issuer": "https://sso.bstein.dev/realms/atlas",
|
||||||
"clientID": "zot",
|
"clientID": "zot",
|
||||||
"clientSecret": "__CLIENT_SECRET__",
|
"clientSecret": "__CLIENT_SECRET__",
|
||||||
"scopes": ["openid", "profile", "email", "groups"],
|
"scopes": ["openid", "profile", "email", "groups"]
|
||||||
"redirectURL": "https://registry.bstein.dev/oidc/callback",
|
|
||||||
"adminGroup": "admin",
|
|
||||||
"groupClaim": "groups"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user