What are the separators for Automatic role population from simpleSAMLphp attributes
154 views
Skip to first unread message
kc...@optimoz.com
unread,
Oct 17, 2018, 2:13:30 PM10/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SimpleSAMLphp
I am new to Drupal and simpleSAMLphp. Trying to integrate Apigee Dev portal with SAML IDP. Reading the documents of https://www.drupal.org/project/simplesamlphp_auth/issues/1931394 regarding "Automatic role population from simpleSAMLphp attributes. Nowhere I can find the list of separators and what do the separator "=", "@=" "~=" mean?
Also I have an IDP attribute which returns possible multiple values, like this:
> I am new to Drupal and simpleSAMLphp. Trying to integrate Apigee Dev portal
> with SAML IDP. Reading the documents
> of https://www.drupal.org/project/simplesamlphp_auth/issues/1931394 > regarding "Automatic role population from simpleSAMLphp attributes. Nowhere
> I can find the list of separators and what do the separator "=", "@=" "~="
> mean?
You'd have to ask that the people supporting that code.
> Also I have an IDP attribute which returns possible multiple values,
[...
> How can I map this multiple values to multiple roles?
// A '=' requires the $value exactly matches the $attribute, A '@='// requires the portion after a '@' in the $attribute to match the// $value and a '~=' allows the value to match any part of any// element in the $attribute array.
Also = will match an element in the array of attributes