ExSaml.Provider (ex_saml v1.0.2)

Copy Markdown View Source

SAML 2.0 Service Provider.

GenServer that initializes the SP configuration and loads the IdP metadata XML. Add it to your application's supervision tree:

children = [
  ExSaml.Provider
]

See the README for full configuration options.

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

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

refresh_providers()

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