Native app - SSO returning user

0
Hello, I've implemented SSO in a Native mobile App with explanation from Edwin Huitinga (https://medium.com/mendix/mendix-native-mobile-with-sso-3b86b962a899). First I build a new app and implemented everything. Al works wel. User logs in, app restarts and user gets role based homepage. After cleaning app from mobile memory (not a clean start with make it native app) user logs in automatically. Then I exported the modules from my test app and imported them in my production app. The part until memory clean is working exactly the same. But on my production app I'm getting an error (nothing logged) just the option for app restart or app close. Is their any kind of setting I'm not aware of? It looks like the authentication cookie in native app is not stored correctly or something like that.    Thank for any help!
asked
1 answers
1

Does your identity provider support OIDC? I released a module in the marketplace that offers SSO for both web and mobile apps:

https://marketplace.mendix.com/link/component/117529 

answered