mix oidcc.gen.provider_configuration_worker (Oidcc v3.7.2)

Copy Markdown View Source

Generate an OpenID Connect provider configuration worker

Adds an Oidcc.ProviderConfiguration.Worker to your application and configures it via the runtime.exs configuration file.

Example

mix oidcc.gen.provider_configuration_worker \
  --name MyApp.OpenIDProvider \
  --issuer https://accounts.google.com 

Options

  • --name or -n - The name of the provider configuration worker
  • --issuer or -i - The issuer of the provider