Gafaelfawr
Forum
Docs
LSST.org →
Navigation
next »
« previous
|
Gafaelfawr
»
API reference
»
OIDCConfig
OIDCConfig
¶
class
gafaelfawr.config.
OIDCConfig
(
client_id: str, client_secret: str, login_url: str, login_params: Mapping[str, str], redirect_url: str, token_url: str, scopes: Tuple[str, ...], issuer: str, audience: str, key_ids: Tuple[str, ...]
)
¶
Bases:
object
Configuration for OpenID Connect authentication.
On this page
OIDCConfig