handnot2 / samly

Elixir Plug library to enable SAML 2.0 SP SSO in Phoenix/Plug applications.
MIT License
126 stars 93 forks source link

0.8.2 not matching SP metadata set in Shibboleth #8

Closed natewallis closed 6 years ago

natewallis commented 6 years ago

After configuring Shibboleth correctly to work with my application which is an SP and using 0.8.1, I was able to see the Shibboleth login screen.

However after using 0.8.2 with the same working Shibboleth configuration, my SP was no longer recognised by Shibboleth. It appears to be a difference between the two AuthnRequest being sent from the SP. I have attached both for you to take a look at.

xml.zip

handnot2 commented 6 years ago

Fix is available in sp_entity_id_not_set branch. Please confirm if it addresses the issue.

natewallis commented 6 years ago

Yep, its working now... thanks.