#1 : Test de Keycloak.
This commit is contained in:
@@ -26,13 +26,16 @@
|
||||
"MaxCommentsPerTrack": 3
|
||||
},
|
||||
"Keycloak": {
|
||||
"Authority": "https://<keycloak-host>/realms/<your-realm>",
|
||||
"ClientId": "my-aspnet-app",
|
||||
"ClientSecret": "your-client-secret",
|
||||
"ResponseType": "code"
|
||||
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm",
|
||||
"PublicOrigin": "http://10.4.0.131:8080",
|
||||
"ClientId": "webzine-client",
|
||||
"ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp",
|
||||
"ResponseType": "code",
|
||||
"CallbackPath": "/signin-oidc",
|
||||
"SignedOutCallbackPath": "/signout-callback-oidc"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"EfPerformance": {
|
||||
"SeuilMs": 60
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user