View Source Samly.Provider (samly v1.4.0)

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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Refresh the provider configuration, allowing runtime-configuration to be applied after application start.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Refresh the provider configuration, allowing runtime-configuration to be applied after application start.