Filip Hoško

Results 10 comments of Filip Hoško

{scopes: 'email profile'} didn't work, {scopes: 'email+profile'} worked. Thanks @buskerone

The same happens in the sample app https://github.com/adamjmcgrath/ReactNativeSimpleAuthExample (try to run it in an iOS simulator). I think deep linking is set up correctly since when I paste my credentials...

You have this "issue" also in react-native-oauth package. I don't know if there is a possibility to make the timeout longer or get rid of it completely, at least what...

@vladshcherbin It would be great to get it in 👍

@jackhamburger AFAIK you won't be able to use MFA with custom sign-in, unfortunately.

@JayNewstrom That's good to hear, I probably just misunderstood this answer then https://github.com/okta/okta-react-native/issues/238#issuecomment-953620118 (I had a problem with MFA and custom sign-in that I was implementing).

@ThibaudFabvre This is what's happening to me too, iOS and Android https://github.com/okta/okta-react-native/issues/238. FYI @JayNewstrom

Hi @oleggnidets-okta , yes, I tried with the preconfigured sample app I downloaded from Okta's admin interface. Fails on both iOS and Android. I added all the info here https://github.com/okta/okta-react-native/issues/238.

@ThibaudFabvre My problem was that the MFA was enabled for the organization. Maybe that was also the issue on your end since if it started working without any code change...

@webcoderz It definitely can, depending on how is your local development server set up, e.g. if you use React with CRA, there is surely a public folder or an equivalent,...