---
title: "/.well-known/oauth-authorization-server"
method: GET
path: "/.well-known/oauth-authorization-server"
tags: ["Well-Known"]
---

# /.well-known/oauth-authorization-server

`GET /.well-known/oauth-authorization-server`

Returns OAuth 2.0 Authorization Server Metadata as specified in RFC 8414. This endpoint provides automatic discovery of the authorization server's configuration, including supported endpoints, grant types, response types, PKCE methods, and available scopes. OAuth client libraries can use this endpoint to automatically configure themselves without manual endpoint configuration. No authentication is required as this is a public discovery endpoint.

## Response `200`

OK

- OAuthMetadata
  - `issuer` string, required — The authorization server's issuer identifier URL
  - `authorization_endpoint` string, required — URL of the OAuth 2.0 authorization endpoint
  - `token_endpoint` string, required — URL of the OAuth 2.0 token endpoint
  - `revocation_endpoint` string, required — URL of the OAuth 2.0 token revocation endpoint (RFC 7009)
  - `registration_endpoint` string, required — URL of the OAuth 2.0 dynamic client registration endpoint (RFC 7591)
  - `jwks_uri` string, required — URL of the JSON Web Key Set document
  - `response_types_supported` string[], required — OAuth 2.0 response_type values supported
  - `grant_types_supported` string[], required — OAuth 2.0 grant type values supported
  - `code_challenge_methods_supported` string[], required — PKCE code challenge methods supported
  - `token_endpoint_auth_methods_supported` string[], required — Client authentication methods supported at token endpoint
  - `scopes_supported` string[], required — OAuth 2.0 scope values supported
  - `service_documentation` string — URL of service documentation for developers

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `405` — Method not allowed
- `409` — Conflict
- `500` — Internal server error
- `default` — Default error response

---

[API](https://skmtc.net/archera/apis/archera-ai-api.md) · [All operations](https://skmtc.net/archera/apis/archera-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/archera/archera-ai-api/revisions/ed4f8fa35f31/schema)
