This endpoint allows applications to generate OAuth authorization codes for users who are already authenticated, enabling seamless cross-domain authentication flows.Unlike the standard /oauth/authorize endpoint, this endpoint:
Requires an existing access token (Bearer authentication)
Does NOT send a passwordless email
Immediately returns an authorization code
Is designed for cross-domain authentication transfers