jaxrs-keycloak-resource-mappings.json

11 lines | 497 B Blame History Raw Download
{
    "realm": "test",
    "resource": "jaxrs-app",
    "realm-public-key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB",
    "auth-server-url": "http://localhost:8081/auth",
    "ssl-required" : "external",
    "bearer-only": true,
    "principal-attribute": "preferred_username",
    "use-resource-role-mappings": true
}