Hello there,

Question is, how do we mange 'allowedAttributes' if we cannot view or edit them 
in the cas-management app?

I want to view and edit the 'allowedAttributes' of 'attributeReleasePolicy' set 
up per service in the cas-management GUI. The XHR payload from URL 
http://<cas-managementhost>/api/services/35 is

{
    "@class": "org.apereo.cas.services.CasRegisteredService",
    "serviceId": "^https?://.*",
    "name": "Some Environement",   
    "id": 35,
    "description": "Some Environement",
    "evaluationOrder": 10,
    "attributeReleasePolicy": {
        "@class": "org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy",
        "allowedAttributes": [
            "subscriberid"
        ]
     }    
}

The 'Attribute Release' tab shows 
--------------------------------------
Attribute Release Policy

   Policy
   RETURN ALLOWED      v

   Return Allowed            v
--------------------------------------

but the bottom control seems to be a read-only dropdown list with the single 
entry 'Return Allowed' instead of an editable list like you have it e.g. for 
the 'Allowed Providers' from the 'Access Strategy' tab

--------------------------------------
Delegated Authentication
   ...
   Allowed Providers

   Allowed Providers
   Google x   Github x
--------------------------------------

Regards
--
Martin

-- 
- 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/BE1P281MB1460C938084069D883E9094292E7A%40BE1P281MB1460.DEUP281.PROD.OUTLOOK.COM.

Reply via email to