No attributes received from PI server
I am in the process of updating PrivacyIdea and simpleSAMLphp. Unfortunately, I can't get this to work, because no attributes are received from the PI server. The reason is that the endpoint "/validate/check" is used instead of "/validate/samlcheck".
The old implementation that was working fine used the "/samlcheck" endpoint, the new one does not. Changing just the endpoint is not enough, it crashes later.
Hi @andyboeh , read this please: https://community.privacyidea.org/t/authentication-form-is-keep-occuring-even-after-the-user-is-successfully-authenticated/2410 It should help!
Thanks, that worked! How come I didn't know that?
Anyway, now I'm getting a Warning regarding the keys "surname" and "mobile" because my auth provider does not return them. Why are they hardcoded?
where are they hardcoded?
Here: https://github.com/privacyidea/simplesamlphp-module-privacyidea/blob/ce26df6b2cc46671400b90fa5a0c102e9ec32d40/src/Auth/Source/PrivacyideaAuthSource.php#L20