Kakao OIDC API
OpenID Connect discovery, JWKS, and user info.
Kakao OIDC API is one of 21 APIs that Kakao publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include OIDC. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 2.0.0.
Requests are made against 2 base URLs: https://kauth.kakao.com, https://kapi.kakao.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Kakao OIDC API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (Kakao access token) (bearerAuth).
An API key is passed in the header as Authorization (adminKey).
bearerAuth— Kakao access token issued by /oauth/token, sent as "Bearer {accesstoken}".adminKey— Kakao app Admin Key sent as "KakaoAK {adminkey}" for server-to-server calls.
Paths & Operations 3
Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.
OpenID Connect discovery, JWKS, and user info.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Kakao 12
Other APIs Kakao publishes across the network.