72
Views
4
Comments
Windows integrated authentication (SSO) for Outsystems cloud environment
Application Type
Reactive

I have developed applications in outsystems cloud platform. I have a requirement to implement local AD authentication for the applications.

When the application is accessed in browser, it should not ask for the login as the person is logged in computer with local ad authentication. 

Is it possible to achieve this requirement in outsystems cloud. Have any one implemented the same? Please pour your suggestions.

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

Hi Kumar,

AD is only available as integration for on-premise installations of OutSystems, as documented here:

https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/end_users/end_users_authentication/configure_active_directory_authentication/

Regards,

Daniel

2024-08-11 13-17-57
Kumar Chandrasekaran

Can anything be done externally to implement windows integrated authentication(SSO) for cloud environment apart from outsystems built-in features?

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

Hi, 

The only way that is possible, to my knowledge, is when you connect your Local AD with AzureAD via AD Connect.

Regards,

Daniel

2021-10-09 07-57-44
Stefan Weber
 
MVP

Hi Kumar,

as you mention Windows Integrated you have an Active Directory (not Azure AD) environment with a Windows Domain and you want to enable sso from your internal workstations? Windows Domain credentials are Kerberos based and you would need to set up an Active Directory Federated Service (ADFS) server in your domain. This ADFS server would accept the kerberos credentials (windows integrated) from your workstations. ADFS can then be integrated with OutSystems application using OAuth / OpenID connect. 

Very advanced and not easy to just explain.

Stefan

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