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