handnot2 / samly

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

SP entity_id missing in SP metadata when it is not specified in config #10

Closed handnot2 closed 6 years ago

handnot2 commented 6 years ago

Entity ID for the service provider is an optional configuration option. When it is not specified, the metadata URL is used as the entity ID. This behavior was broken in v0.8.2.

Fixes: #8