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