service  like This:

{
  "@class": "org.apereo.cas.services.OidcRegisteredService",
  "clientId": "demoOIDC_wsl",
  "clientSecret": "xxxxx",
  "serviceId": "^(https|http)://localhost/.*",
  "signIdToken": true,
  "implicit": true,
  "bypassApprovalPrompt": false,
  "name": "Demo",
  "id": 22,
  "evaluationOrder": 100,
  "encryptIdToken": false,
  "scopes": [ "java.util.HashSet",[ "openid", "profile", "email" ]]
}



I would like to define claims in service not like bellow in cas.propierties.

cas.authn.oidc.discovery.scopes=openid,email,profile
cas.authn.oidc.discovery.claims=displayName,mail




I have tested  cas.propierties  with commened  lines:
  
cas.authn.oidc.discovery.scopes=openid,email,profile
cas.authn.oidc.discovery.claims=displayName,mail

and i add line : claims :  ["displayName", "mail" ] to service but it seems 
it doesnt work.

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/8fba1789-1e1f-47d8-98fb-d4f502c1983dn%40apereo.org.

Reply via email to