samly v0.9.3 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.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.