Returns k8s spectrocluster oidc
GET/v1/spectroclusters/:uid/oidc
Returns k8s spectrocluster oidc
Request
Path Parameters
uid stringrequired
spc uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
clientIdstring
clientSecretstring
issuerUrlstring
the issuer is the URL identifier for the service
requiredClaims
object
Emailstring
FirstNamestring
LastNamestring
SpectroTeamstring
scopesstring[]
{
"clientId": "string",
"clientSecret": "string",
"issuerUrl": "string",
"requiredClaims": {
"Email": "string",
"FirstName": "string",
"LastName": "string",
"SpectroTeam": "string"
},
"scopes": [
"string"
]
}
Loading...