Hello,
how can I logout from webapps when I logged in with saml user?
Thanks
With SAML, you don't have to login every time when opening an app, since you are already logged in on the identity provider.
If the web apps would kill your session within the web apps, then the identity provider would automatically log you back in.
So to do a real log out, the web apps would have to do a log out on the identity provider. At the moment, this is not possible yet in any DataMiner app. If you do want to log out, you could go to your identity provider (for example portal.azure.com) and log out there, then close all your browser windows.
I got it.
My problem is we have different users for normal and administration and I need a way to switch between them.
Now the only way is to open an incognito window and it is annoying