Settings: OIDC endpoints validation #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
oidc_issuer_endpointis set or bothoidc_authorization_endpointandoidc_token_endpointare.oidc_issuer_endpoint,oidc_authorization_endpoint,oidc_token_endpointandca_urlare actual URLs if set.# FIXME: Validate url?oidc_issuer_endpoint: str | None = Noneoidc_authorization_endpoint: str | None = Noneoidc_token_endpoint: str | None = None# FIXME: check that either issuer is set or both auth and token are# FIXME: Validate url?ca_url: str