#1 : J'effectue le dab, dans des endroits inadéquats.
This commit is contained in:
@@ -212,7 +212,7 @@ try
|
||||
// Désactive PAR pour éviter l’erreur "Invalid parameter: redirect_uri"
|
||||
options.PushedAuthorizationBehavior = PushedAuthorizationBehavior.Disable;
|
||||
|
||||
options.SaveTokens = true;
|
||||
options.SaveTokens = false;
|
||||
options.GetClaimsFromUserInfoEndpoint = false;
|
||||
|
||||
options.Scope.Clear();
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"Keycloak": {
|
||||
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm",
|
||||
"MetadataAddress": "https://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration",
|
||||
"MetadataAddress": "https://10.4.0.131/realms/webzine-realm/.well-known/openid-configuration",
|
||||
"PublicOrigin": "https://10.4.0.131"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user