Error 8 in SimpleSAMLphp

Hi!

POC setup up and running now! So far everything looks very promising, smooth user experience etc.
The setup is SimpleSAMLphp in authproc mode. Though everything works perfectly I get a bunch of Error 8 in simplesamlphp.log every time a token is used for authentication. Here is the log for one single authentication using first username/password followed by a Yubikey U2F authentication:
https://drive.google.com/file/d/1vf10vnIaAyGZH05w2hKl9NxBGLf963pd/view?usp=sharing
And here is what ends up in the log when authenticating with just username/password:
https://drive.google.com/file/d/1vrbKBJt4Hn0UZQkK2EMeKM45GD1zncgE/view?usp=sharing

This might be considered “purely cosmetic” as there is no negative impact on user experience, but nonetheless… And there are also some WARNINGs about namespaces, guess that comes from the privacyidea module being a bit old now.

In all other respects I’d say things work perfect now! Thanks for a superb job!

Kind regards
Bengt

Namespaces is due to changes in the simplesaml version.

In one version the internal design was changed. Older simplesaml version required our old code structure. With newer version of simplsamlphp you end up with these namespace warnings.

See https://github.com/privacyidea/simplesamlphp-module-privacyidea/issues/28

Hi!
The namespace warnings are not important, I just didn’t check out the issue list at Github. Sorry.
The Error 8 is maybe of more concern.

Kind regards
Bengt