samly v0.8.2 Samly.Provider View Source

SAML 2.0 Service Provider

This should be added to the hosting Phoenix/Plug application’s supervision tree. This GenServer initializes the SP configuration and loads the IDP medata XML containing information on how to communicate with the IDP.

# application.ex

  children = [
    # ...
    worker(Samly.Provider, []),
  ]

Check README.md Configuration section.