catalyst / moodle-auth_saml2

SAML done 100% in Moodle, fast, simple, secure
https://moodle.org/plugins/auth_saml2
70 stars 132 forks source link

Add settings for requested attributes #688 #683 #721

Closed brendanheywood closed 1 year ago

brendanheywood commented 1 year ago

Resolves #688 Resolves #683

To test: using default settings the sp xml metadata should not change:

/auth/saml2/sp/metadata.php

Then set it to a value such as

urn:mace:dir:attribute-def:eduPersonPrincipalName
urn:mace:dir:attribute-def:mail *

and the xml should now have this:

image