112
Views
1
Comments
How to handle both Active Directory & application specific authentication ?

Hi Team,

We  are working on portal and the requirement is to manage Active Directory authentication for internal users (company employee) and  application specific authentication for external users (Company Customer's).

The portal will deploy on on-premises environment.

How we can achieve this requirement in OutSystems ?  

 


2020-09-11 18-53-44
Stacey Levine

In general, this happens out of the box. If you configure the Users authentication to use Active Directory that handles your internal users. For your external users, use the Users application to create a user for them.  When they attempt to login, the system will check Acitve Directory first and if it doesn't pass - it will check the credentials against the users table.


Stacey

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