keycloak-scim/testsuite/integration-arquillian/test-apps/servlet-authz/keycloak.-permissive-authz-service.json
2017-04-12 18:25:38 -03:00

15 lines
No EOL
599 B
JSON

{
"realm": "servlet-authz",
"realm-public-key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB",
"auth-server-url" : "http://localhost:8180/auth",
"ssl-required" : "external",
"resource" : "servlet-authz-app",
"public-client" : false,
"credentials": {
"secret": "secret"
},
"policy-enforcer": {
"enforcement-mode" : "PERMISSIVE",
"on-deny-redirect-to" : "/servlet-authz-app/accessDenied.jsp"
}
}