I have two applications, A and B. The ultimate goal is to log in to both applications in the same browser. Both have different admin credentials. I am trying to log in to both applications in the same browser. First, I log in to app A, and then I log in to app B with different admin credentials. However, when I return to app A, it shows an 'invalid permission' error. I think the session cookies are being overwritten in the browser. How can I overcome this?
Hallo @Ramprasath R ,
is two application in same host ?
you can try Use Different Domains or Subdomains
Hello @Ramprasath R
Yes, Outsystems apps shares the same login session across the apps in same environment, OS has a centeralized users console and login mechanism.
Hello Ramprasath.
What would you say if a user had to login again every time they opened a new tab?
The principle should be one user, one account.
And applications on the same domain are from the same company so by default they have single sign-on. What you can is create a different User Provider, but honestly, I don't remember the last time I saw it anywhere.
https://success.outsystems.com/documentation/11/user_management/end_users_authentication/single_sign_on/
Hi @Ramprasath R
You need to update your cookies setting please refer the below link https://success.outsystems.com/support/enterprise_customers/maintenance_and_operations/upcoming_changes_in_cookie_handling_in_google_chrome/
Thanks,
Lavanya Kamalaguru.