Get OIDC Provider
GET
/auth/providers/admin/oidc/{id}
Retrieves a specific OIDC provider by ID with its configuration. Client secret is masked.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
id*
OIDC provider ID
Type
Requiredstring
Responses
OIDC provider configuration
application/json
JSON
{
}
