cURL
curl --request GET \ --url https://us.infisical.com/api/v1/sso/oidc/config \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "configurationType": "<string>", "isActive": true, "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "clientId": "<string>", "clientSecret": "<string>", "issuer": "<string>", "authorizationEndpoint": "<string>", "jwksUri": "<string>", "tokenEndpoint": "<string>", "userinfoEndpoint": "<string>", "discoveryURL": "<string>", "allowedEmailDomains": "<string>", "manageGroupMemberships": false, "jwtSignatureAlgorithm": "RS256" }
Get OIDC config
An access token in Infisical
The ID of the organization to get the OIDC config for.
Default Response
Was this page helpful?