The error I'm getting is:
Exception: error in simplesamlphp_auth.module: no valid unique id attribute set in _simplesamlphp_auth_get_authname() (line 578 of C:\Zend\Apache2\drupal\sites\all\modules\contrib\simplesamlphp_auth\simplesamlphp_auth.module).I've traced through the code and the only thing I can find which is relevant is the following web page; specifically section 4.5.
So I added the attributes section to the following entry in authsources.php on the SP.
'default-sp' => array( 'saml:SP', 'entityID' => NULL, 'idp' => 'https://idp.aicpcu.org/simplesaml/saml2/idp/metadata.php', 'discoURL' => NULL, 'attributes' => array( 'eduPersonPrincipalName', 'mail', ) 'attributes.required' => array ( 'eduPersonPrincipalName', ), 'attributes.NameFormat' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic', ),But I'm still getting an error. Anyone have any ideas?
--
You received this message because you are subscribed to the Google Groups "simpleSAMLphp" group.
To view this discussion on the web visit https://groups.google.com/d/msg/simplesamlphp/-/lOxBqr5_f-gJ.
To post to this group, send email to simple...@googlegroups.com.
To unsubscribe from this group, send email to simplesamlph...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simplesamlphp?hl=en.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com.
To post to this group, send email to simple...@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp.
For more options, visit https://groups.google.com/d/optout.