are you missing double quotes and a comma? supportedResponseTypes": [ "java.util.HashSet",[ "id_token","token" ] ],
On Friday, July 15, 2022 at 12:11:10 AM UTC-5 [email protected] wrote: > Hi, > > CAS version 6.0.x > > i am using the following config, but not getting refresh token in response. > > { > "@class": "org.apereo.cas.services.OidcRegisteredService", > "clientId": "xxxx", > "serviceId": "xxxxxxxxxxxxxx", > "signIdToken": true, > "implicit": true, > "bypassApprovalPrompt": true, > "name": "xxxx", > "id": 1234, > "evaluationOrder": 12, > "supportedGrantTypes": [ "java.util.HashSet",[ "implicit","refresh_token" > ] ], > "supportedResponseTypes": [ "java.util.HashSet",[ "id_token token" ] ], > "generateRefreshToken": true, > "scopes": [ "java.util.HashSet",[ "openid", "profile" > ,"profile_hrbAuth","offline_access"] ], > "attributeReleasePolicy" : {"@class" : > "org.apereo.cas.services.ReturnAllAttributeReleasePolicy" }, > "requiredHandlers": ["java.util.HashSet",[ > "QueryDatabaseAuthenticationHandler" ,"mfa-simple"]], > "theme": "admin", > "accessStrategy" : { > "@class" : > "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy", > "enabled" : true, > "ssoEnabled" : false, > "requiredAttributes" : {"@class" : "java.util.HashMap", "userRole" : [ > "java.util.HashSet", [ "X","Y" ] ]} > } > } > > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/940c9151-4b04-43c4-8f83-75eaae440469n%40apereo.org.
