OIDC
OIDC 인증·토큰·사용자 정보·검색 메타데이터를 제공하는 API입니다.
📄️ Get OIDC Discovery Metadata
Return the OpenID Connect discovery document.
📄️ Get OIDC JWKS
JWKS endpoint - returns RSA public key for token verification. Used by oidc-client-ts and other OIDC clients to verify ID tokens.
📄️ Start OIDC Authorization
Handle an authorization code request. Supports PKCE.
📄️ Authorize Callback
Handle upstream IdP callback and issue an authorization code.
📄️ Issue OIDC Token
Issue tokens via authorization code or refresh token exchange.
📄️ Get OIDC User Information
Return user information for the given access token.
📄️ Revoke OIDC Token
Revoke a token.
📄️ Introspect OIDC Token
Introspect a token to check its validity. Works regardless of OIDC configuration. Handles service tokens, local JWT (HS256), OIDC JWT (RS256), and OIDC refresh tokens.
📄️ Logout API
Log out through the API by revoking D.Hub session tokens without ending the upstream SSO session.
📄️ Logout Redirect
Log out through the browser by revoking D.Hub session tokens and ending the upstream SSO session.