64 lines
1.7 KiB
JSON
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
|
||
|
|
}
|
||
|
|
}
|