We need to replace an existing Azure MFA server deployment.
The current environment should be able to support the following requirements:
1. Users:
Allow users to manage their own MFA settings.
Allow "MFA administrators" to manage users' profiles.
2. SOAP - Currently a couple of applications talk to the "Website SDK" end-point which is installed as part of IIS as a virtual website on the MFA server to invoke users' second factor on login. An example: User access the portal, no MFA prompt. From that portal, he clicks on a link to the web application that is MFA protected. The portal calls to the mentioned website and invokes the default second factor defined for the user. Currently it is SOAP that is being used between the portal and the web application for MFA.
3. The solution should be able to get identities from the on-prem Active Directory and IBM TDS LDAP.
4.Provide RADIUS support for clients (such as VPN devices) and invoke a second factor for the users.
Please advise if this is possible to achieve with Micro Focus and what components I would need to build this solution.