- Issue created by @pthurmond
- Issue was unassigned.
-
roderik β
committed 786e4725 on 8.x-3.x
Issue #3377857: update README section about SAMLtest.id
-
roderik β
committed 786e4725 on 8.x-3.x
- π³π±Netherlands roderik Amsterdam,NL / Budapest,HU
Thank you for your extensive test steps. It's been a long time since I tested using samltest.id (and I have just given the README a large reshuffle) so I re-tested
Unfortunately, I can't tell you what is going wrong... because it worked for me. I did not get the "Unsupported request" you are seeing at the 'Redirect' IdP URL.
Two things I had temporary issues with:
- https://samltest.id/idp/profile/SAML2/POST/SSO is definitely not right (the SAML PHP Toolkit does not support this); you should use the "Redirect" one. (It's strange this did not make its way into the README yet; I added it now.)
- The "Metadata validity" setting in the configuration should be increased from 1 minute to... something higher that enables you to test .
What I did exactly:
- Install latest -dev from samlauth. (I'm due to release a new version soon, but I do not know anything that would change its behaviour from 3.8... except for the fact that it lets you view the metadata when you haven't configured the IDP yet. But it doesn't seem like you had issues with that.)
- Followed your steps to reproduce. Saw that everything is exactly as default -- except for the "Signature algorithm"= "SHA256"; I left it at "library default"
- uploaded metadata XML.
- Saw error message at step 23. Remembered that POST is wrong.
- Changed to "Redirect" per step 24.
- Retried login. Got error that no metadata was present (i.e. not your error)
- Changed metadata validity tp 20 minutes. Changed "Signature algorithm" to "SHA256".
- Re-uploaded metadata XML
- Tried again. Saw successful page at samltest.id (with further login instructions).