nova_auth_oidc_sup (nova_auth_oidc v0.1.1)

View Source

Supervisor for OIDC provider configuration workers. Each provider gets its own oidcc_provider_configuration_worker child that fetches and caches the provider's discovery document and JWKS.

Summary

Functions

Start a provider configuration worker as a child of this supervisor.

Functions

start_provider(Name, Issuer)

-spec start_provider(atom(), binary()) -> {ok, pid()} | {error, term()}.

Start a provider configuration worker as a child of this supervisor.