Formatting

This commit is contained in:
dannyrb 2019-05-08 20:24:06 -04:00
parent 5cd9d8c819
commit e573edfd66

View File

@ -55,9 +55,7 @@
"description": "${role_admin}",
"composite": true,
"composites": {
"realm": [
"create-realm"
],
"realm": ["create-realm"],
"client": {
"master-realm": [
"view-authorization",
@ -199,9 +197,7 @@
"composite": true,
"composites": {
"client": {
"master-realm": [
"query-clients"
]
"master-realm": ["query-clients"]
}
},
"clientRole": true,
@ -278,10 +274,7 @@
"composite": true,
"composites": {
"client": {
"master-realm": [
"query-users",
"query-groups"
]
"master-realm": ["query-users", "query-groups"]
}
},
"clientRole": true,
@ -325,9 +318,7 @@
"composite": true,
"composites": {
"client": {
"account": [
"manage-account-links"
]
"account": ["manage-account-links"]
}
},
"clientRole": true,
@ -347,29 +338,19 @@
}
},
"groups": [],
"defaultRoles": [
"offline_access",
"uma_authorization"
],
"requiredCredentials": [
"password"
],
"defaultRoles": ["offline_access", "uma_authorization"],
"requiredCredentials": ["password"],
"otpPolicyType": "totp",
"otpPolicyAlgorithm": "HmacSHA1",
"otpPolicyInitialCounter": 0,
"otpPolicyDigits": 6,
"otpPolicyLookAheadWindow": 1,
"otpPolicyPeriod": 30,
"otpSupportedApplications": [
"FreeOTP",
"Google Authenticator"
],
"otpSupportedApplications": ["FreeOTP", "Google Authenticator"],
"scopeMappings": [
{
"clientScope": "offline_access",
"roles": [
"offline_access"
]
"roles": ["offline_access"]
}
],
"clients": [
@ -459,12 +440,8 @@
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [
"*"
],
"webOrigins": [
"http://127.0.0.1"
],
"redirectUris": ["*"],
"webOrigins": ["http://127.0.0.1"],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
@ -516,9 +493,7 @@
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [
"/auth/admin/master/console/*"
],
"redirectUris": ["/auth/admin/master/console/*"],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
@ -611,12 +586,8 @@
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [
"*"
],
"webOrigins": [
"*"
],
"redirectUris": ["*"],
"webOrigins": ["*"],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
@ -715,9 +686,7 @@
"ownerManagedAccess": false,
"attributes": {},
"_id": "9314f7b1-e8ce-4c34-bddf-97d351131a51",
"uris": [
"/*"
]
"uris": ["/*"]
}
],
"policies": [
@ -757,13 +726,8 @@
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"defaultRoles": [
"view-profile",
"manage-account"
],
"redirectUris": [
"/auth/realms/master/account/*"
],
"defaultRoles": ["view-profile", "manage-account"],
"redirectUris": ["/auth/realms/master/account/*"],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
@ -1321,9 +1285,7 @@
},
"smtpServer": {},
"eventsEnabled": false,
"eventsListeners": [
"jboss-logging"
],
"eventsListeners": ["jboss-logging"],
"enabledEventTypes": [],
"adminEventsEnabled": false,
"adminEventsDetailsEnabled": false,
@ -1355,9 +1317,7 @@
"subType": "anonymous",
"subComponents": {},
"config": {
"allow-default-scopes": [
"true"
]
"allow-default-scopes": ["true"]
}
},
{
@ -1375,12 +1335,8 @@
"subType": "anonymous",
"subComponents": {},
"config": {
"host-sending-registration-request-must-match": [
"true"
],
"client-uris-must-match": [
"true"
]
"host-sending-registration-request-must-match": ["true"],
"client-uris-must-match": ["true"]
}
},
{
@ -1390,9 +1346,7 @@
"subType": "anonymous",
"subComponents": {},
"config": {
"max-clients": [
"200"
]
"max-clients": ["200"]
}
},
{
@ -1421,9 +1375,7 @@
"subType": "authenticated",
"subComponents": {},
"config": {
"allow-default-scopes": [
"true"
]
"allow-default-scopes": ["true"]
}
},
{
@ -1442,9 +1394,7 @@
"providerId": "rsa-generated",
"subComponents": {},
"config": {
"priority": [
"100"
]
"priority": ["100"]
}
},
{
@ -1453,9 +1403,7 @@
"providerId": "aes-generated",
"subComponents": {},
"config": {
"priority": [
"100"
]
"priority": ["100"]
}
},
{
@ -1464,12 +1412,8 @@
"providerId": "hmac-generated",
"subComponents": {},
"config": {
"priority": [
"100"
],
"algorithm": [
"HS256"
]
"priority": ["100"],
"algorithm": ["HS256"]
}
}
]
@ -1955,4 +1899,4 @@
},
"keycloakVersion": "6.0.1",
"userManagedAccessAllowed": false
}
}