Open Neitsch opened 3 years ago
Implements my request from #44 . SAML_USERS_LOOKUP_ATTRIBUTE[1] can now be a callable. That allows to construct more complex values for the user id based on multiple attributes if needed.
SAML_USERS_LOOKUP_ATTRIBUTE[1]
Unfortunately no tests cover this part of the code.
Implements my request from #44 .
SAML_USERS_LOOKUP_ATTRIBUTE[1]
can now be a callable. That allows to construct more complex values for the user id based on multiple attributes if needed.Unfortunately no tests cover this part of the code.