modif README + export config keycloak

This commit is contained in:
lnino
2025-05-19 19:36:44 +02:00
parent 4d68f48a7f
commit 697902d649
8 changed files with 412 additions and 109 deletions

View File

@@ -0,0 +1,59 @@
{
"clientId": "flask-app",
"name": "dashboard",
"description": "",
"rootUrl": "https://dashboard.ninolbt.com",
"adminUrl": "https://dashboard.ninolbt.com",
"baseUrl": "https://dashboard.ninolbt.com",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "T5G5jzCBiphnBNh9uuj0f6YNc9HrP8r4",
"redirectUris": [
"https://dashboard.ninolbt.com/*"
],
"webOrigins": [
"https://dashboard.ninolbt.com"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oidc.ciba.grant.enabled": "false",
"client.secret.creation.time": "1747419098",
"backchannel.logout.session.required": "true",
"post.logout.redirect.uris": "https://dashboard.ninolbt.com/*",
"display.on.consent.screen": "false",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}

View File

@@ -0,0 +1,58 @@
{
"clientId": "mattermost",
"name": "mattermost",
"description": "",
"rootUrl": "https://mattermost.ninolbt.com",
"adminUrl": "https://mattermost.ninolbt.com",
"baseUrl": "https://mattermost.ninolbt.com",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "DwImxpeoe70Ulu6uslL2I8B0IQr4FmKz",
"redirectUris": [
"https://mattermost.ninolbt.com/signup/openid/complete"
],
"webOrigins": [
"https://mattermost.ninolbt.com"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oidc.ciba.grant.enabled": "false",
"client.secret.creation.time": "1747504584",
"backchannel.logout.session.required": "true",
"display.on.consent.screen": "false",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}