new_openid_config: New openid configuration

View source: R/config.R

new_openid_configR Documentation

New openid configuration

Description

Creates a new openid configuration object for the given provider. You can use this function or the individual provider functions.

Usage

new_openid_config(provider, app_url, ...)

Arguments

provider

The openid provider to use

app_url

The URL of the application (used to build redirect, login, and logout URLs)

...

Additional arguments passed to the provider's configuration. This depends on the provider.

The "google" provider accepts the following arguments:

  • client_id

  • client_secret

The "entra_id" provider accepts the following arguments:

  • client_id

  • client_secret

  • tenant_id

The "auth0" provider accepts the following arguments:

  • client_id

  • client_secret

  • auth0_domain

Value

An openid_config object


tapLock documentation built on Oct. 30, 2024, 9:13 a.m.