---
title: "OAuth2 Provider JWKS Endpoint"
method: GET
path: "/oauth2/jwks"
tags: ["system"]
---

# OAuth2 Provider JWKS Endpoint

`GET /oauth2/jwks`

Returns the JSON Web Key Set containing public keys used for OAuth2/OIDC token signing.

## Response `200`

JWKS response

- OAuth2JWKSResponse
  - `keys` JWK[], required
    - `alg` string, required — Algorithm used with this key
    - `e` string, required — RSA public exponent
    - `kid` string, required — Key ID
    - `kty` string, required — Key type
    - `n` string, required — RSA modulus
    - `use` string, required — Key usage

## Other responses

- `default` — Error

---

[API](https://skmtc.net/nhost/apis/nhost-authentication-api.md) · [All operations](https://skmtc.net/nhost/apis/nhost-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhost/nhost-authentication-api/versions/a5c0d88b55c4/schema)
