Disabling Kerberos in 3.05.x CEF

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
MasseyRob
Contributor
Contributor
Posts: 32
Joined: Sun Nov 11, 2007 3:10 pm

Disabling Kerberos in 3.05.x CEF

Post 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

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Disabling Kerberos in 3.05.x CEF

Post 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

MasseyRob
Contributor
Contributor
Posts: 32
Joined: Sun Nov 11, 2007 3:10 pm

Re: Disabling Kerberos in 3.05.x CEF

Post 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

Post Reply