"realm_access": {
"roles": [
"foo",
"cat"
]
}
jwt_auth_domain:
enabled: true
order: 0
http_authenticator:
type: jwt
challenge: false
config:
signing_key: xzy
subject_key: "username"
roles_key: "realm_access"
authentication_backend:
type: noop
jwt_auth_domain:
enabled: true
order: 0
http_authenticator:
type: jwt
challenge: false
config:
signing_key: xzy
subject_key: "username"
roles_key: "realm_access.roles"
authentication_backend:
type: noop