HI,
Can I have my Service center/life time can be authenticated with the two factor authentication. It can be something like by sending the verification code or OTP to email address.
Thanks....
Hi Rohan Hanumante,
It's not possible...I suggest you Create an Idea, if you think it's useful, for the community.
Best Regards,
PVN
Pedro Vila Nova wrote:
Hi Pedro,
Thanks for the reply. But can we have like wise component in the forge that fits my requirement. If not then can we create that?
Rohan Hanumante wrote:
There is no such component in the Forge.
However, OutSystems does support external authentication provides for IT users.
https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Secure_the_Applications/Use_an_External_Authentication_Provider
Build is is the LDAP Authentication Provider. In the Forge there are lifetime plugins for AzureAD integration for IT users
For 2FA there is nothing yet I think, so you would have to build that LifeTime plugin yourself.
Regards,
Daniel
In order to use an External Authentication Provider in LifeTime to authenticate IT Users (on LifeTime, Service Center, Service Studio and Integration Studio), you need to implement an Authentication Plugin (a SOAP Web Service with the API described here). The API has two synchronous methods to authenticate IT Users (with user credentials, and with username only - for Windows Integrated Authentication) so any mechanism that requires the user to type something on a second authentication window will not be possible.
I've seen systems that can detect that users have performed operations on other devices (some homebanking web applications, after authenticating the user, require them to verify the login on their - previously setup - mobile homebanking app) and based on that action they will go through with successful authentication, so those options should be possible to implement - but as far as I know there isn't one in the Forge.
Hope this helps!
Hi Rohan,
I also wanted to implement this 2FA on my (Service Center/LifeTime). May I ask if you already have a workaround for this?
Thank you