BotSharp/dockerfiles/botsharp.json
geffzhang c2a81fe4c0 feat: add docker compose file
1、docker file
2、docker compose with MongoRepository and keycloak sso
2024-02-19 22:26:36 +08:00

64 lines
1.7 KiB
JSON

{
"clientId": "botsharp",
"name": "botsharp 登陆",
"description": "",
"rootUrl": "http://localhost:5500",
"adminUrl": "http://localhost:5500",
"baseUrl": "http://localhost:5500",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": true,
"clientAuthenticatorType": "client-secret",
"secret": "36FeOoyZzkOWrRZLmhwxplC2kGbFGn68",
"redirectUris": [
"http://localhost:5500/*"
],
"webOrigins": [
"http://localhost:5500"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"client.secret.creation.time": "1708154349",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"use.refresh.tokens": "true",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"tls.client.certificate.bound.access.tokens": "false",
"require.pushed.authorization.requests": "false",
"acr.loa.map": "{}",
"display.on.consent.screen": "false",
"token.response.type.bearer.lower-case": "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
}
}