handnot2 / samly

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

Allow federation metadata #49

Open kanes115 opened 5 years ago

kanes115 commented 5 years ago

SAML metadata can specify multiple IDP providers in one file. As for now Samly is not supporting this.

This PR introduces a possibility of using federation metadata in IDP config. A developer only needs to provide entity_id of an IDP alongside metadata_file option.

Closed #47