Hi,
I have the following question: how can i authenticate users in the mobile app using our Platform credentials?
I'm already able to request to our Platform and get the token. But i'm not mananging to pass the login screen (when i click the login button i have a success message but the navigation just doesn't work) nor store the user credentials.
Regards.
Hello Abhner the platform provide some options out-of-the-box: Built-in, Active Directory and LDAP.
You can see more details here: https://success.outsystems.com/Evaluation/Security/02_Security_of_OutSystems_applications/01_What_identity_providers_can_be_used_in_OutSystems_apps
And to setup you can see more details here:
To customize and use your own Platfomr credentials you need to create your own UserProvider, the best way to do this is clone the Users and customize it. To clone Users eSpace follow the steps bellow:
Hope this helps.
Alexandre Costa wrote:
Thanks for the reply! I'll try this.
No problem if this helps you remeber to mark as a solution in this thread.
Best regards!