24
Views
2
Comments
How do you enable use of SSO as well as the traditional login?

How do we enable an app to use both SSO through azure as well as allowing local users (traditional outsystems login) to login to an app. We are using reactive web apps and want internal users to be able to use SSO while other users utilize the original outsystems login method.

2025-12-15 09-29-24
Thibaut G

Adjusting the following URL template by incorporating your environment and the end-user module name could allow internal users to log in:

environment.com/EndUserModule/Login

This approach works on our company’s OutSystems environment, but I can't recall if we made any additional configurations beyond the Azure AD setup.

Kind Regards


Thibaut

2019-10-24 21-01-44
Jay Parnau
Staff

How do you anticipate the app discerning between internal and external users?

Separate URLs for internal vs external?

Prompt user to log in with Azure vs OS?

Incoming IP detection?

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