SSO mobile app with oauth

0
We are using the open authorization module for authentication of our users by adfs identity broker This works perfectly for our mendix browser web apps. Next application is a mobile app. How should this be configured to work? Is this analog as documented here https://docs.mendix.com/howto/mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml?
asked
1 answers
0

Essentially, yes you'll follow the same pattern. The URL and callback function change slightly to match the OpenID URLs but otherwise the process is the same:

  1. If you don't have an active Mendix session, open the SSO url in an in-app browser window
  2. Allow user to authenticate with the IdP
  3. Once they're been redirected back to the Mendix app URL, close the in-app browser window and load the user's home page
answered