orgs

Retrieve the list of OpenID Connect provider settings for the org.

Retrieve the list of OpenID Connect provider settings for the org.

get/orgs/{org}/openid-connect/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

querystring

A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account

sortstring

A field for sorting objects in ascending or descending order. Use - prefix for descending order (e.g., -name). Available options: name.

Response

Retrieved the list of OpenID Connect provider settings for the org

claimsobject required

The set of claims that any received tokens from the provider must contain to authenticate as the configured service account.

enabledboolean required

Whether the provider settings should be used for incoming OIDC requests.

mapping_claimstring nullable

The OIDC claim to use for mapping to service accounts in dynamic_mappings.

Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.

namestring required

The name of the provider settings are being configured for

provider_urlstring uri required

The URL from the provider that serves as the base for the OpenID configuration. For example, if the OpenID configuration is available at https://token.actions.githubusercontent.com/.well-known/openid-configuration, the provider URL would be https://token.actions.githubusercontent.com/

service_accountsstring[]

The service accounts associated with these provider settings.

slugstring slug

The slug of the provider settings

slug_permstring slug

The unique, immutable identifier of the provider settings.

Changes

No recorded changes to this endpoint across all 1 revision of this API.