Thank you for great work with spring-oddons. I just had once question from:
https://stackoverflow.com/questions/78488490/react-native-oauth2-backend-for-frontend-with-spring-cloud-gateway-bff/79091223#79091223
In step 5, you write "If deep linking is correctly configured (Android App link or iOS Smart Link), the response from the authorization server with the authorization code should land in the app"
Am I right to assume then that the deep link path matches client (BFF) redirect uri on the authorization server (for example android manifest might have host = quiz.c4-soft.com path=/bff/login/oauth2/code/)? I also assume because the http client is used, the deep links don't trigger when the uri matches the deep link path. I'm relatively new to mobile app dev but plan to implement this with flutter.
Thanks.
Thank you for great work with spring-oddons. I just had once question from:
https://stackoverflow.com/questions/78488490/react-native-oauth2-backend-for-frontend-with-spring-cloud-gateway-bff/79091223#79091223
In step 5, you write "If deep linking is correctly configured (Android App link or iOS Smart Link), the response from the authorization server with the authorization code should land in the app"
Am I right to assume then that the deep link path matches client (BFF) redirect uri on the authorization server (for example android manifest might have host = quiz.c4-soft.com path=/bff/login/oauth2/code/)? I also assume because the http client is used, the deep links don't trigger when the uri matches the deep link path. I'm relatively new to mobile app dev but plan to implement this with flutter.
Thanks.