A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account
sort
string
A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
Response
Responses
Retrieved the list of OpenID Connect provider settings for the org
array of objects
object
claims
object
required
The set of claims that any received tokens from the provider must contain to authenticate as the configured service account.
object
enabled
boolean
required
Whether the provider settings should be used for incoming OIDC requests.
name
string
required
length ≥ 1
The name of the provider settings are being configured for
provider_url
uri
required
length ≥ 1
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_accounts
array of strings
required
Items must be unique
The service accounts associated with these provider settings
string
slug
slug
optional
^[-a-zA-Z0-9_]+$ length ≥ 1
The slug of the provider settings
slug_perm
slug
optional
^[-a-zA-Z0-9_]+$ length ≥ 1
The unique, immutable identifier of the provider settings.
Request could not be processed (see detail).
object
object
detail
string
required
length ≥ 1
An extended message for the response.
fields
object
optional
A Dictionary of related errors where key: Field and value: Array of Errors related to that field
object
Organization not found
object
object
detail
string
required
length ≥ 1
An extended message for the response.
fields
object
optional
A Dictionary of related errors where key: Field and value: Array of Errors related to that field
object
Missing or invalid parameters (see detail).
object
object
detail
string
required
length ≥ 1
An extended message for the response.
fields
object
optional
A Dictionary of related errors where key: Field and value: Array of Errors related to that field