keycloak deployment: Prettify client configs
This is just a reformatting commit. It should allows us to get reasonable diffs, when re-exporting configs from newer keycloak releases.
This commit is contained in:
committed by
Ralf Haferkamp
parent
5fe60c0c6a
commit
8d30a8f516
@@ -1,62 +1,62 @@
|
|||||||
{
|
{
|
||||||
"clientId": "e4rAsNUSIUs0lF4nbv9FmCeUkTlV9GdgTLDH1b5uie7syb90SzEVrbN7HIpmWJeD",
|
"clientId": "e4rAsNUSIUs0lF4nbv9FmCeUkTlV9GdgTLDH1b5uie7syb90SzEVrbN7HIpmWJeD",
|
||||||
"name": "ownCloud Android app",
|
"name": "ownCloud Android app",
|
||||||
"surrogateAuthRequired": false,
|
"surrogateAuthRequired": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret" : "dInFYGV33xKzhbRmpqQltYNdfLdJIfJ9L5ISoKhNoT9qZftpdWSP71VrpGR9pmoD",
|
"secret": "dInFYGV33xKzhbRmpqQltYNdfLdJIfJ9L5ISoKhNoT9qZftpdWSP71VrpGR9pmoD",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"oc://android.owncloud.com"
|
"oc://android.owncloud.com"
|
||||||
],
|
],
|
||||||
"webOrigins": [],
|
"webOrigins": [],
|
||||||
"notBefore": 0,
|
"notBefore": 0,
|
||||||
"bearerOnly": false,
|
"bearerOnly": false,
|
||||||
"consentRequired": false,
|
"consentRequired": false,
|
||||||
"standardFlowEnabled": true,
|
"standardFlowEnabled": true,
|
||||||
"implicitFlowEnabled": false,
|
"implicitFlowEnabled": false,
|
||||||
"directAccessGrantsEnabled": true,
|
"directAccessGrantsEnabled": true,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"frontchannelLogout": false,
|
"frontchannelLogout": false,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"saml.assertion.signature": "false",
|
"saml.assertion.signature": "false",
|
||||||
"saml.force.post.binding": "false",
|
"saml.force.post.binding": "false",
|
||||||
"saml.multivalued.roles": "false",
|
"saml.multivalued.roles": "false",
|
||||||
"saml.encrypt": "false",
|
"saml.encrypt": "false",
|
||||||
"backchannel.logout.revoke.offline.tokens": "false",
|
"backchannel.logout.revoke.offline.tokens": "false",
|
||||||
"saml.server.signature": "false",
|
"saml.server.signature": "false",
|
||||||
"saml.server.signature.keyinfo.ext": "false",
|
"saml.server.signature.keyinfo.ext": "false",
|
||||||
"exclude.session.state.from.auth.response": "false",
|
"exclude.session.state.from.auth.response": "false",
|
||||||
"backchannel.logout.session.required": "true",
|
"backchannel.logout.session.required": "true",
|
||||||
"client_credentials.use_refresh_token": "false",
|
"client_credentials.use_refresh_token": "false",
|
||||||
"saml_force_name_id_format": "false",
|
"saml_force_name_id_format": "false",
|
||||||
"saml.client.signature": "false",
|
"saml.client.signature": "false",
|
||||||
"tls.client.certificate.bound.access.tokens": "false",
|
"tls.client.certificate.bound.access.tokens": "false",
|
||||||
"saml.authnstatement": "false",
|
"saml.authnstatement": "false",
|
||||||
"display.on.consent.screen": "false",
|
"display.on.consent.screen": "false",
|
||||||
"saml.onetimeuse.condition": "false"
|
"saml.onetimeuse.condition": "false"
|
||||||
},
|
},
|
||||||
"authenticationFlowBindingOverrides": {},
|
"authenticationFlowBindingOverrides": {},
|
||||||
"fullScopeAllowed": true,
|
"fullScopeAllowed": true,
|
||||||
"nodeReRegistrationTimeout": -1,
|
"nodeReRegistrationTimeout": -1,
|
||||||
"defaultClientScopes": [
|
"defaultClientScopes": [
|
||||||
"web-origins",
|
"web-origins",
|
||||||
"role_list",
|
"role_list",
|
||||||
"profile",
|
"profile",
|
||||||
"roles",
|
"roles",
|
||||||
"email"
|
"email"
|
||||||
],
|
],
|
||||||
"optionalClientScopes": [
|
"optionalClientScopes": [
|
||||||
"address",
|
"address",
|
||||||
"phone",
|
"phone",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"microprofile-jwt"
|
"microprofile-jwt"
|
||||||
],
|
],
|
||||||
"access": {
|
"access": {
|
||||||
"view": true,
|
"view": true,
|
||||||
"configure": true,
|
"configure": true,
|
||||||
"manage": true
|
"manage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,63 +1,63 @@
|
|||||||
{
|
{
|
||||||
"clientId": "3keLfua0olYvW1zKXTDB3OjAMPEYWEQNuiscli395GKJOiPnPURNQWGvGCJZf4Hw",
|
"clientId": "3keLfua0olYvW1zKXTDB3OjAMPEYWEQNuiscli395GKJOiPnPURNQWGvGCJZf4Hw",
|
||||||
"name": "Cyberduck",
|
"name": "Cyberduck",
|
||||||
"surrogateAuthRequired": false,
|
"surrogateAuthRequired": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret" : "yoqICbLIeYbpZPqDH4D8k4NKb04HqnrWBntEeVZEQ5gO1RmaUlln0Aqu1dj2UoF4",
|
"secret": "yoqICbLIeYbpZPqDH4D8k4NKb04HqnrWBntEeVZEQ5gO1RmaUlln0Aqu1dj2UoF4",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"x-cyberduck-action:oauth",
|
"x-cyberduck-action:oauth",
|
||||||
"x-mountainduck-action:oauth"
|
"x-mountainduck-action:oauth"
|
||||||
],
|
],
|
||||||
"webOrigins": [],
|
"webOrigins": [],
|
||||||
"notBefore": 0,
|
"notBefore": 0,
|
||||||
"bearerOnly": false,
|
"bearerOnly": false,
|
||||||
"consentRequired": false,
|
"consentRequired": false,
|
||||||
"standardFlowEnabled": true,
|
"standardFlowEnabled": true,
|
||||||
"implicitFlowEnabled": false,
|
"implicitFlowEnabled": false,
|
||||||
"directAccessGrantsEnabled": true,
|
"directAccessGrantsEnabled": true,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"frontchannelLogout": false,
|
"frontchannelLogout": false,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"saml.assertion.signature": "false",
|
"saml.assertion.signature": "false",
|
||||||
"saml.force.post.binding": "false",
|
"saml.force.post.binding": "false",
|
||||||
"saml.multivalued.roles": "false",
|
"saml.multivalued.roles": "false",
|
||||||
"saml.encrypt": "false",
|
"saml.encrypt": "false",
|
||||||
"backchannel.logout.revoke.offline.tokens": "false",
|
"backchannel.logout.revoke.offline.tokens": "false",
|
||||||
"saml.server.signature": "false",
|
"saml.server.signature": "false",
|
||||||
"saml.server.signature.keyinfo.ext": "false",
|
"saml.server.signature.keyinfo.ext": "false",
|
||||||
"exclude.session.state.from.auth.response": "false",
|
"exclude.session.state.from.auth.response": "false",
|
||||||
"backchannel.logout.session.required": "true",
|
"backchannel.logout.session.required": "true",
|
||||||
"client_credentials.use_refresh_token": "false",
|
"client_credentials.use_refresh_token": "false",
|
||||||
"saml_force_name_id_format": "false",
|
"saml_force_name_id_format": "false",
|
||||||
"saml.client.signature": "false",
|
"saml.client.signature": "false",
|
||||||
"tls.client.certificate.bound.access.tokens": "false",
|
"tls.client.certificate.bound.access.tokens": "false",
|
||||||
"saml.authnstatement": "false",
|
"saml.authnstatement": "false",
|
||||||
"display.on.consent.screen": "false",
|
"display.on.consent.screen": "false",
|
||||||
"saml.onetimeuse.condition": "false"
|
"saml.onetimeuse.condition": "false"
|
||||||
},
|
},
|
||||||
"authenticationFlowBindingOverrides": {},
|
"authenticationFlowBindingOverrides": {},
|
||||||
"fullScopeAllowed": true,
|
"fullScopeAllowed": true,
|
||||||
"nodeReRegistrationTimeout": -1,
|
"nodeReRegistrationTimeout": -1,
|
||||||
"defaultClientScopes": [
|
"defaultClientScopes": [
|
||||||
"web-origins",
|
"web-origins",
|
||||||
"role_list",
|
"role_list",
|
||||||
"profile",
|
"profile",
|
||||||
"roles",
|
"roles",
|
||||||
"email"
|
"email"
|
||||||
],
|
],
|
||||||
"optionalClientScopes": [
|
"optionalClientScopes": [
|
||||||
"address",
|
"address",
|
||||||
"phone",
|
"phone",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"microprofile-jwt"
|
"microprofile-jwt"
|
||||||
],
|
],
|
||||||
"access": {
|
"access": {
|
||||||
"view": true,
|
"view": true,
|
||||||
"configure": true,
|
"configure": true,
|
||||||
"manage": true
|
"manage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,63 +1,63 @@
|
|||||||
{
|
{
|
||||||
"clientId": "xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69",
|
"clientId": "xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69",
|
||||||
"name": "ownCloud desktop client",
|
"name": "ownCloud desktop client",
|
||||||
"surrogateAuthRequired": false,
|
"surrogateAuthRequired": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret" : "UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh",
|
"secret": "UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"http://127.0.0.1:*",
|
"http://127.0.0.1:*",
|
||||||
"http://localhost:*"
|
"http://localhost:*"
|
||||||
],
|
],
|
||||||
"webOrigins": [],
|
"webOrigins": [],
|
||||||
"notBefore": 0,
|
"notBefore": 0,
|
||||||
"bearerOnly": false,
|
"bearerOnly": false,
|
||||||
"consentRequired": false,
|
"consentRequired": false,
|
||||||
"standardFlowEnabled": true,
|
"standardFlowEnabled": true,
|
||||||
"implicitFlowEnabled": false,
|
"implicitFlowEnabled": false,
|
||||||
"directAccessGrantsEnabled": true,
|
"directAccessGrantsEnabled": true,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"frontchannelLogout": false,
|
"frontchannelLogout": false,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"saml.assertion.signature": "false",
|
"saml.assertion.signature": "false",
|
||||||
"saml.force.post.binding": "false",
|
"saml.force.post.binding": "false",
|
||||||
"saml.multivalued.roles": "false",
|
"saml.multivalued.roles": "false",
|
||||||
"saml.encrypt": "false",
|
"saml.encrypt": "false",
|
||||||
"backchannel.logout.revoke.offline.tokens": "false",
|
"backchannel.logout.revoke.offline.tokens": "false",
|
||||||
"saml.server.signature": "false",
|
"saml.server.signature": "false",
|
||||||
"saml.server.signature.keyinfo.ext": "false",
|
"saml.server.signature.keyinfo.ext": "false",
|
||||||
"exclude.session.state.from.auth.response": "false",
|
"exclude.session.state.from.auth.response": "false",
|
||||||
"backchannel.logout.session.required": "true",
|
"backchannel.logout.session.required": "true",
|
||||||
"client_credentials.use_refresh_token": "false",
|
"client_credentials.use_refresh_token": "false",
|
||||||
"saml_force_name_id_format": "false",
|
"saml_force_name_id_format": "false",
|
||||||
"saml.client.signature": "false",
|
"saml.client.signature": "false",
|
||||||
"tls.client.certificate.bound.access.tokens": "false",
|
"tls.client.certificate.bound.access.tokens": "false",
|
||||||
"saml.authnstatement": "false",
|
"saml.authnstatement": "false",
|
||||||
"display.on.consent.screen": "false",
|
"display.on.consent.screen": "false",
|
||||||
"saml.onetimeuse.condition": "false"
|
"saml.onetimeuse.condition": "false"
|
||||||
},
|
},
|
||||||
"authenticationFlowBindingOverrides": {},
|
"authenticationFlowBindingOverrides": {},
|
||||||
"fullScopeAllowed": true,
|
"fullScopeAllowed": true,
|
||||||
"nodeReRegistrationTimeout": -1,
|
"nodeReRegistrationTimeout": -1,
|
||||||
"defaultClientScopes": [
|
"defaultClientScopes": [
|
||||||
"web-origins",
|
"web-origins",
|
||||||
"role_list",
|
"role_list",
|
||||||
"profile",
|
"profile",
|
||||||
"roles",
|
"roles",
|
||||||
"email"
|
"email"
|
||||||
],
|
],
|
||||||
"optionalClientScopes": [
|
"optionalClientScopes": [
|
||||||
"address",
|
"address",
|
||||||
"phone",
|
"phone",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"microprofile-jwt"
|
"microprofile-jwt"
|
||||||
],
|
],
|
||||||
"access": {
|
"access": {
|
||||||
"view": true,
|
"view": true,
|
||||||
"configure": true,
|
"configure": true,
|
||||||
"manage": true
|
"manage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,62 +1,62 @@
|
|||||||
{
|
{
|
||||||
"clientId": "mxd5OQDk6es5LzOzRvidJNfXLUZS2oN3oUFeXPP8LpPrhx3UroJFduGEYIBOxkY1",
|
"clientId": "mxd5OQDk6es5LzOzRvidJNfXLUZS2oN3oUFeXPP8LpPrhx3UroJFduGEYIBOxkY1",
|
||||||
"name": "ownCloud iOS app",
|
"name": "ownCloud iOS app",
|
||||||
"surrogateAuthRequired": false,
|
"surrogateAuthRequired": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret" : "KFeFWWEZO9TkisIQzR3fo7hfiMXlOpaqP8CFuTbSHzV1TUuGECglPxpiVKJfOXIx",
|
"secret": "KFeFWWEZO9TkisIQzR3fo7hfiMXlOpaqP8CFuTbSHzV1TUuGECglPxpiVKJfOXIx",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"oc://ios.owncloud.com"
|
"oc://ios.owncloud.com"
|
||||||
],
|
],
|
||||||
"webOrigins": [],
|
"webOrigins": [],
|
||||||
"notBefore": 0,
|
"notBefore": 0,
|
||||||
"bearerOnly": false,
|
"bearerOnly": false,
|
||||||
"consentRequired": false,
|
"consentRequired": false,
|
||||||
"standardFlowEnabled": true,
|
"standardFlowEnabled": true,
|
||||||
"implicitFlowEnabled": false,
|
"implicitFlowEnabled": false,
|
||||||
"directAccessGrantsEnabled": true,
|
"directAccessGrantsEnabled": true,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"frontchannelLogout": false,
|
"frontchannelLogout": false,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"saml.assertion.signature": "false",
|
"saml.assertion.signature": "false",
|
||||||
"saml.force.post.binding": "false",
|
"saml.force.post.binding": "false",
|
||||||
"saml.multivalued.roles": "false",
|
"saml.multivalued.roles": "false",
|
||||||
"saml.encrypt": "false",
|
"saml.encrypt": "false",
|
||||||
"backchannel.logout.revoke.offline.tokens": "false",
|
"backchannel.logout.revoke.offline.tokens": "false",
|
||||||
"saml.server.signature": "false",
|
"saml.server.signature": "false",
|
||||||
"saml.server.signature.keyinfo.ext": "false",
|
"saml.server.signature.keyinfo.ext": "false",
|
||||||
"exclude.session.state.from.auth.response": "false",
|
"exclude.session.state.from.auth.response": "false",
|
||||||
"backchannel.logout.session.required": "true",
|
"backchannel.logout.session.required": "true",
|
||||||
"client_credentials.use_refresh_token": "false",
|
"client_credentials.use_refresh_token": "false",
|
||||||
"saml_force_name_id_format": "false",
|
"saml_force_name_id_format": "false",
|
||||||
"saml.client.signature": "false",
|
"saml.client.signature": "false",
|
||||||
"tls.client.certificate.bound.access.tokens": "false",
|
"tls.client.certificate.bound.access.tokens": "false",
|
||||||
"saml.authnstatement": "false",
|
"saml.authnstatement": "false",
|
||||||
"display.on.consent.screen": "false",
|
"display.on.consent.screen": "false",
|
||||||
"saml.onetimeuse.condition": "false"
|
"saml.onetimeuse.condition": "false"
|
||||||
},
|
},
|
||||||
"authenticationFlowBindingOverrides": {},
|
"authenticationFlowBindingOverrides": {},
|
||||||
"fullScopeAllowed": true,
|
"fullScopeAllowed": true,
|
||||||
"nodeReRegistrationTimeout": -1,
|
"nodeReRegistrationTimeout": -1,
|
||||||
"defaultClientScopes": [
|
"defaultClientScopes": [
|
||||||
"web-origins",
|
"web-origins",
|
||||||
"role_list",
|
"role_list",
|
||||||
"profile",
|
"profile",
|
||||||
"roles",
|
"roles",
|
||||||
"email"
|
"email"
|
||||||
],
|
],
|
||||||
"optionalClientScopes": [
|
"optionalClientScopes": [
|
||||||
"address",
|
"address",
|
||||||
"phone",
|
"phone",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"microprofile-jwt"
|
"microprofile-jwt"
|
||||||
],
|
],
|
||||||
"access": {
|
"access": {
|
||||||
"view": true,
|
"view": true,
|
||||||
"configure": true,
|
"configure": true,
|
||||||
"manage": true
|
"manage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,64 +1,64 @@
|
|||||||
{
|
{
|
||||||
"clientId": "web",
|
"clientId": "web",
|
||||||
"rootUrl": "https://ocis.owncloud.test",
|
"rootUrl": "https://ocis.owncloud.test",
|
||||||
"adminUrl": "https://ocis.owncloud.test",
|
"adminUrl": "https://ocis.owncloud.test",
|
||||||
"surrogateAuthRequired": false,
|
"surrogateAuthRequired": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"https://ocis.owncloud.test/*"
|
"https://ocis.owncloud.test/*"
|
||||||
],
|
],
|
||||||
"webOrigins": [
|
"webOrigins": [
|
||||||
"https://ocis.owncloud.test"
|
"https://ocis.owncloud.test"
|
||||||
],
|
],
|
||||||
"notBefore": 0,
|
"notBefore": 0,
|
||||||
"bearerOnly": false,
|
"bearerOnly": false,
|
||||||
"consentRequired": false,
|
"consentRequired": false,
|
||||||
"standardFlowEnabled": true,
|
"standardFlowEnabled": true,
|
||||||
"implicitFlowEnabled": false,
|
"implicitFlowEnabled": false,
|
||||||
"directAccessGrantsEnabled": true,
|
"directAccessGrantsEnabled": true,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": true,
|
"publicClient": true,
|
||||||
"frontchannelLogout": false,
|
"frontchannelLogout": false,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"saml.assertion.signature": "false",
|
"saml.assertion.signature": "false",
|
||||||
"saml.force.post.binding": "false",
|
"saml.force.post.binding": "false",
|
||||||
"saml.multivalued.roles": "false",
|
"saml.multivalued.roles": "false",
|
||||||
"saml.encrypt": "false",
|
"saml.encrypt": "false",
|
||||||
"backchannel.logout.revoke.offline.tokens": "false",
|
"backchannel.logout.revoke.offline.tokens": "false",
|
||||||
"saml.server.signature": "false",
|
"saml.server.signature": "false",
|
||||||
"saml.server.signature.keyinfo.ext": "false",
|
"saml.server.signature.keyinfo.ext": "false",
|
||||||
"exclude.session.state.from.auth.response": "false",
|
"exclude.session.state.from.auth.response": "false",
|
||||||
"backchannel.logout.session.required": "true",
|
"backchannel.logout.session.required": "true",
|
||||||
"client_credentials.use_refresh_token": "false",
|
"client_credentials.use_refresh_token": "false",
|
||||||
"saml_force_name_id_format": "false",
|
"saml_force_name_id_format": "false",
|
||||||
"saml.client.signature": "false",
|
"saml.client.signature": "false",
|
||||||
"tls.client.certificate.bound.access.tokens": "false",
|
"tls.client.certificate.bound.access.tokens": "false",
|
||||||
"saml.authnstatement": "false",
|
"saml.authnstatement": "false",
|
||||||
"display.on.consent.screen": "false",
|
"display.on.consent.screen": "false",
|
||||||
"saml.onetimeuse.condition": "false"
|
"saml.onetimeuse.condition": "false"
|
||||||
},
|
},
|
||||||
"authenticationFlowBindingOverrides": {},
|
"authenticationFlowBindingOverrides": {},
|
||||||
"fullScopeAllowed": true,
|
"fullScopeAllowed": true,
|
||||||
"nodeReRegistrationTimeout": -1,
|
"nodeReRegistrationTimeout": -1,
|
||||||
"defaultClientScopes": [
|
"defaultClientScopes": [
|
||||||
"web-origins",
|
"web-origins",
|
||||||
"role_list",
|
"role_list",
|
||||||
"profile",
|
"profile",
|
||||||
"roles",
|
"roles",
|
||||||
"email"
|
"email"
|
||||||
],
|
],
|
||||||
"optionalClientScopes": [
|
"optionalClientScopes": [
|
||||||
"address",
|
"address",
|
||||||
"phone",
|
"phone",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"microprofile-jwt"
|
"microprofile-jwt"
|
||||||
],
|
],
|
||||||
"access": {
|
"access": {
|
||||||
"view": true,
|
"view": true,
|
||||||
"configure": true,
|
"configure": true,
|
||||||
"manage": true
|
"manage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user