{ "baseUrl" : "https://{{ gw_server_name }}/", "bearerOnly" : false, "clientId" : "{{ gw-server-name }}", "name" : "{{ gw-server-name }}", "description" : "Pre D4Science Gateway", "directAccessGrantsEnabled" : true, "enabled" : true, "protocol" : "openid-connect", "publicClient" : true, "redirectUris" : ["https://{{ gw_server_name }}/c/portal/login"], "attributes": { "login_theme": "{{ gw_server_name }}" }, "protocolMappers": [ { "name": "send-groups-in-token", "protocol": "openid-connect", "protocolMapper": "oidc-group-membership-mapper", "consentRequired": false, "config": { "full.path": "true", "id.token.claim": "true", "access.token.claim": "true", "claim.name": "groups", "userinfo.token.claim": "true" } } ] }