Page 1 of 1

Disabling Kerberos in 3.05.x CEF

Posted: Wed Feb 27, 2019 2:44 pm
by MasseyRob
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

Re: Disabling Kerberos in 3.05.x CEF

Posted: Thu Feb 28, 2019 9:59 am
by Scott
Without a URL to test against this is speculation.

Add the following to the command line that starts PWB.

Code: Select all

--auth-server-whitelist="_"
References:
https://stackoverflow.com/questions/332 ... -in-chrome
https://peter.sh/experiments/chromium-c ... -switches/

--Scott

Re: Disabling Kerberos in 3.05.x CEF

Posted: Thu Feb 28, 2019 5:58 pm
by MasseyRob
Scott wrote:

Code: Select all

--auth-server-whitelist="_"
...
--Scott
Hi 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