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/3ab349dc-af13-4928-99a0-a68ed882ed4cn%40apereo.org.

Reply via email to