OIDC

This contains APIs related to the Harness OIDC config

Get the openid configuration for Harness

Securityx-api-key
Request
path Parameters
accountId
required
string

This is the accountIdentifier for the account for which the JWKS public key needs to be exposed.

Responses
400

Bad Request

500

Internal server error

default

This gets the openid configuration for Harness

get/ng/api/oidc/account/{accountId}/.wellknown/jwks
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Get the openid configuration for Harness

Securityx-api-key
Request
path Parameters
accountId
required
string

This is the accountIdentifier for the account for which the JWKS public key needs to be exposed.

Responses
400

Bad Request

500

Internal server error

default

This gets the openid configuration for Harness

get/ng/api/oidc/account/{accountId}/.well-known/openid-configuration
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}