Is it possible to enable 2 way authentication for a user(s) when signing in on the cloud platform to access for example the Monitor App of a cloud connected DMS?
Hi Jacques,
Note that there will be two authentications happening. First against dataminer.services and secondly against your DMS.
The first authentication, against dataminer.services, depends on the chosen identity provider in dataminer.services and the configuration of that identity provider. E.g. you could use your Microsoft account to log in on dataminer.services and have all the MFA goodies available of Azure AD.
The second authentication is against your DMS, and you can use several authentication options on a DMS. E.g. local users or Active Directory, but you could also use SAML and authenticate against an identity provider supporting MFA, like Azure AD.
In other words, it depends a bit on the chosen setup, but there are indeed possibilities to leverage MFA.
Bert
Hello Bert, Thanks for the explanation!