You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are integrating Azure AD B2C with User Flows. We have followed the guide found here for implementation.
On iOS side we are using AppAuth-iOS. Once we launch OIDAuthState
We get a page authentication options i.e Facebook, Gmail, Apple and PhoneNumber.
We choose Apple.
iOS present Apple Sign In controller. Our app logo does not appear here.
We authorised it with finger print.
Loader shows for 2-3 seconds with message "Signing in"
Then we get "Sign-Up not completed"
This is working perfectly fine on Safari (macOS Big Sur) with same steps.
We found a troubleshooting guide at this link. According to this link our client_id should be bundle identifier of app instead of service id. Once we updated it.
Our apps logo appears on presented Apple Sign In controller
We have same result i.e "Sig-up not completed". on iOS
This also stoped working on Safari (macOS Big Sur) which was previously working.
Note: We are trying to test on Safari(macOS) for verification purpose only. This won't be our actual use case.
This is probably due to configuration issue which we can't figure out. Can please provide any guidance here?
The text was updated successfully, but these errors were encountered:
We are integrating Azure AD B2C with User Flows. We have followed the guide found here for implementation.
On iOS side we are using AppAuth-iOS. Once we launch OIDAuthState
We found a troubleshooting guide at this link. According to this link our client_id should be bundle identifier of app instead of service id. Once we updated it.
Note: We are trying to test on Safari(macOS) for verification purpose only. This won't be our actual use case.
This is probably due to configuration issue which we can't figure out. Can please provide any guidance here?
The text was updated successfully, but these errors were encountered: