OIDC CRI: change provider location
This commit is contained in:
parent
6aeca0226b
commit
3b6683cb55
@ -33,7 +33,7 @@ func init() {
|
||||
|
||||
func initializeOIDC() {
|
||||
if oidcClientID != "" && oidcSecret != "" {
|
||||
provider, err := oidc.NewProvider(context.Background(), "https://cri.epita.fr/oidc")
|
||||
provider, err := oidc.NewProvider(context.Background(), "https://cri.epita.fr")
|
||||
if err != nil {
|
||||
log.Fatal("Unable to setup oidc:", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user