Skip to content

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
string
Required

Responses

OIDC provider configuration

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License