Difference between revisions of "Basic Authentication with FluenceXL Web Edition"
(Created page with "<onlyinclude>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...") |
|||
Line 6: | Line 6: | ||
* [[Authentication Options with XLCubed Web Edition]] | * [[Authentication Options with XLCubed Web Edition]] | ||
+ | [[Category:Web Edition]] | ||
[[Category:Installation]] | [[Category:Installation]] |
Revision as of 10:34, 25 January 2018
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.