-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Microsoft Edge as Custom Browser on iOS #922
Comments
Have you tried the |
@carbonrobot Hi, We have not solved this issue with the Edge. The conditional access for iOS devices has been adjusted so that Safari is allowed for the SSO. This way it works. |
Ok, looks like we just need to add the option here and validate: react-native-app-auth/index.d.ts Line 82 in aba51ba
|
@carbonrobot since we are using react-native-app-auth/ios/RNAppAuth.m Lines 697 to 722 in aba51ba
|
We might be able to extend support [using a Custom browser implementation as talked about here](Are we able to use a custom browser implementation as talked about here: openid/AppAuth-iOS#200 (comment)). Let's leave this issue open to see if anyone from the community can contribute. |
Hi,
I need specifically the Microsoft Edge Browser to be used on iOS devices while authenticating. When trying to login in Safari, I get this message: You must use Microsoft Edge to access this resource.
Has anyone already had this problem and solved it by using an alternative, please message me.
Thank you!
The text was updated successfully, but these errors were encountered: