Hi all
I was wondering if there is a way to disable kerberos in PWB v3.05.x? I ask as we have moved to single sign on using AzureAD, and as the computer is logged in as a domain user already, we are finding that our users are being logged into their library record for requests as the domain user, and they cannot then log in as themselves (I hope this makes sense).
All help greatly appreciated.
Cheers
Rob
Disabling Kerberos in 3.05.x CEF
Re: Disabling Kerberos in 3.05.x CEF
Without a URL to test against this is speculation.
Add the following to the command line that starts PWB.
References:
https://stackoverflow.com/questions/332 ... -in-chrome
https://peter.sh/experiments/chromium-c ... -switches/
--Scott
Add the following to the command line that starts PWB.
Code: Select all
--auth-server-whitelist="_"
https://stackoverflow.com/questions/332 ... -in-chrome
https://peter.sh/experiments/chromium-c ... -switches/
--Scott
Re: Disabling Kerberos in 3.05.x CEF
Hi ScottScott wrote:...Code: Select all
--auth-server-whitelist="_"
--Scott
Perfect. I will now see if it can be included in the shell registry entry along with the path to the centralised INI file (I can make this our IT directorate's issue). Many thanks.
Cheers
Rob