Samly.Provider (samly v1.0.0)
View SourceSAML 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.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.