Difference between revisions of "Basic Authentication with FluenceXL Web Edition"

 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
  
 
==See Also==
 
==See Also==
* [[Authentication Options with XLCubed Web Edition]]
+
* [[Authentication Options with FluenceXL Web Edition]]
  
 
[[Category:Web Edition]]
 
[[Category:Web Edition]]
 
[[Category:Installation]]
 
[[Category:Installation]]

Latest revision as of 12:23, 6 October 2023

Basic Authentication would typically be used where it's not possible to configure Kerberos Delegation or if the set of users need to be maintained locally on the machine (independent of the Active Directory/Domain users).

The client will be prompted for a user-id and password - this will be authenticated against local users (if no domain is specified) or the active directory users. The database will be accessed using the given account and can be located on a different server to the web server.

See Also