v21

latestSwagger 2.0MITraw.githubusercontent.com2026-08-015466193.3 KB
Auth

Exchange an external IdP access token for an Artalk JWT

Validates a third-party OIDC access token by calling the issuer's /userinfo endpoint, requires a verified email claim, then mints an Artalk session JWT. Use when the surrounding application already runs OIDC and you want Artalk comments to inherit that session without showing Artalk's own login UI.

post/sso/exchange

Request body

tokenstring required

External IdP access token (e.g. an Auth0 access token)

Response

OK

tokenstring required