Establish a host-only Admin session on the target tenant issuer.
curl --request GET \ --url 'https://auth.example.com/oauth/admin-agent/login-handoff/consume?code=example'Consumes a one-time code only when the request has the tenant-side HttpOnly browser-binding cookie and the central Management API-issued code. It revalidates the source Admin session, user, MFA state, tenant scope, target origin, and expiry. Success sets a host-only derived Admin session cookie and resumes the stored Admin Agent authorization path. Replays and cross-tenant consumption fail closed.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Resume the exact stored Admin Agent authorization request.
Headers
Section titled “Headers ”Secure, HttpOnly, host-only Admin session cookie.
Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}