#1 : Test de Keycloak.

This commit is contained in:
Loic Masi
2026-04-21 11:46:29 +02:00
parent 4157991805
commit 3a116f9bae
15 changed files with 360 additions and 27 deletions

View File

@@ -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
}
}
}