Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization + deeplinking #1022

Open
Harish-Duppalapudi opened this issue Sep 10, 2024 · 2 comments
Open

Authorization + deeplinking #1022

Harish-Duppalapudi opened this issue Sep 10, 2024 · 2 comments

Comments

@Harish-Duppalapudi
Copy link

Harish-Duppalapudi commented Sep 10, 2024

Issue

I implemented Azure AD B2C for authorization following the documentation, with the redirect URL set to 'com.myapp.app://auth/callback'. and also added the deep linking to the forgot password screen navigation with the schema "myapp.app"

In the Azure AD B2C login flow, the forgot password link is set to "myapp.app://forgotpassword". On Android, everything works as expected—when the forgot password link is clicked, the authorize function throws an error, which triggers navigation to the correct screen via deep linking. However, on iOS, the authorize function neither returns nor throws an error, causing it to get stuck.

Is there a workaround or fix for this issue?


Environment

  • Identity Provider: Azure AD B2C
  • Platform that experiencing the issue on: iOS
  • react-native: 0.75.2
  • react-native-app-auth: 8.0.0
  • Are you using Expo?:No
@DimitrisKokkonas
Copy link

Hello @Harish-Duppalapudi did you find any workadound on this?

@Harish-Duppalapudi
Copy link
Author

No, @DimitrisKokkonas. This issue is still present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants