341
Views
5
Comments
Service Center 2FA
Question

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.... 

2018-06-15 00-21-10
Pedro Vila Nova

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

2020-06-27 18-35-53
Rohan Hanumante

Pedro Vila Nova wrote:

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

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?

Thanks.... 


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Rohan Hanumante 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?

Thanks.... 


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

2019-09-24 18-41-25
Jorge Martins
 
MVP

Hi Rohan Hanumante,

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!

2020-04-23 11-14-57
Nhorwin John Villano

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.