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.
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
Can anything be done externally to implement windows integrated authentication(SSO) for cloud environment apart from outsystems built-in features?
Hi,
The only way that is possible, to my knowledge, is when you connect your Local AD with AzureAD via AD Connect.
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