# getServiceAccountIssuerOpenIDConfiguration

From **Kubernetes**.

`GET /.well-known/openid-configuration/`

get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'

## Responses

### `200`

OK

### `application/json`

- Type: `string`

```json
{"type":"string"}
```

### `401`

Unauthorized

## Request examples

### cURL

```shell
curl --request GET \
  --url '/.well-known/openid-configuration/'
```
