handnot2 / samly

Elixir Plug library to enable SAML 2.0 SP SSO in Phoenix/Plug applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.8.2 not matching SP metadata set in Shibboleth

natewallis opened this issue · comments

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

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

Yep, its working now... thanks.