ZITADEL Docs
APIsCore ResourcesV1Instance Objects

AddGitHubEnterpriseServerProvider

Add a new GitHub Enterprise Server identity provider on the instance

POST
/idps/github_es

Request Body

application/json

clientId?string
name?string
clientSecret?string
authorizationEndpoint?string
tokenEndpoint?string
userEndpoint?string
scopes?array<>
providerOptions?
[key: string]?never

Response Body

application/json

curl -X POST "https://loading/idps/github_es" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  },
  "id": "string"
}

Was this page helpful?