curl --request GET \
--url https://api.mnemom.ai/v1/auth/sso/callback{
"error": "<string>"
}Validates the HMAC-signed state (from the mnemom_sso_initiator cookie), consumes the single-use nonce, exchanges the PKCE code, enforces domain + org binding, performs SSO identity linking (T3-2c), and issues mnemom_session via a 302 to the SPA’s redirect_after path.
curl --request GET \
--url https://api.mnemom.ai/v1/auth/sso/callback{
"error": "<string>"
}Session issued. Redirects to the SPA.