$config['auth_sp_saml_authentication_source'] = 'htpasswd';
but I am not sure what to put in:
$config['admin'] = ''; // String, UID's (from $config['saml_uid_attribute'])
$config['auth_sp_saml_uid_attribute'] = 'eduPersonTargetedID';
which I am assuming is leading to the error message: [attribute] => uid
I tried various uids and usernames corresponding to my VM admin account and user in .htpasswd to no avail.
I can authenticate successfully with admin and htpasswd in my standalone simplesaml install so I believe I have it configured correctly and it is a Filesender mismatch. Is there a way to authenticate Filesender through simplesaml without using an IdP (I also tried authentication_source 'admin' and get the same error)?
Any advice would be greatly appreciated.
Best wishes,
Rika
PS Happy New Year