Authorizations
An access token in Infisical
Body
The ID of the organization to update the OIDC config for.
A list of allowed email domains that users can use to authenticate with. This field is comma separated. Example: 'example.com,acme.com'
The URL of the OIDC discovery endpoint.
The configuration type to use for the OIDC configuration.
custom
, discoveryURL
The issuer for the OIDC configuration. This is only supported when the OIDC configuration type is set to 'custom'.
The endpoint to use for OIDC authorization. This is only supported when the OIDC configuration type is set to 'custom'.
The URL of the OIDC JWKS endpoint.
The token endpoint to use for OIDC token exchange.
The userinfo endpoint to get user information from the OIDC provider.
The client ID to use for OIDC authentication.
The client secret to use for OIDC authentication.
Whether to enable or disable this OIDC configuration.
Whether to manage group memberships for the OIDC configuration. If enabled, users will automatically be assigned groups when they sign in, based on which groups they are a member of in the OIDC provider.
The algorithm to use for JWT signature verification.
RS256
, HS256
, RS512
, EdDSA
Response
Default Response