Continue authorization after login
Called by your login UI once the user has signed in. Attaches the authenticated user to the authorization request and returns the URL of the consent screen to navigate to next. Bound to the live session with an access token and a DPoP proof — the Web SDK issues this call for you.
Authorizations
Access token obtained from session refresh
DPoP proof JWT (RFC 9449) bound to the calling session's key. Required
alongside the access token on the OAuth login-UI endpoints
(/oauth/continue, /oauth/pending, /oauth/decision). The Web SDK
constructs and rotates this proof for you.
Body
The authorization request id from the /authorize redirect.
"oar_01jqebhswje1ka1z7ahr9rfsgt"
Response
OK
The URL the browser should navigate to next.
"https://auth.example.com/oauth/consent?oauth_req=oar_01jqebhswje1ka1z7ahr9rfsgt"