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