Skip to content

Get OIDC Provider Details (Admin)

GET
/oidc/admin/providers/{id}

Retrieves detailed configuration for a specific OIDC provider. Client secrets are masked for security. Admin access required.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

id*

The unique identifier of the OIDC provider

Typestring
Required

Responses

OIDC provider details with masked secrets
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License