Skip to content
Discussion options

You must be logged in to vote

@lukepopp, you should read the Stackoverflow answer more carefully.

Am I right to assume then that the deep link path matches client (BFF) redirect uri on the authorization server

Yes. Keep in mind that this URI containing the authorization code is provided as Location header in the response returned to the user-agent used during the login process on the authorization server.

because the http client is used

For several reasons (displaying forms, enabling SSO with other apps, ...), the user-agent used during login on the authorization server should be the mobile device's system browser, not the app's internal HTTP client, nor the one used by web views. But, as explained in the answer, …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lukepopp
Comment options

@ch4mpy
Comment options

Answer selected by ch4mpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #278 on June 30, 2025 16:18.