OpenID Connect Client-Initiated Backchannel Authentication Flow
Send a backchannel authentication request with the user's login hint. The authorization server will authenticate the user out-of-band (e.g., via push notification).
/oauth2/default/v1/bc-authorize
Poll the token endpoint with the auth_req_id until the user approves the authentication request.
/oauth2/default/v1/token
grant_type=urn:openid:params:grant-type:ciba
Test the access token by making an authenticated API request to a resource server.