Kerberos worked magically for me on version 4.2.1. I upgraded to 4.2.3 this morning. After fixing the problem with firewall.js (due to a lodash template function signature change), it still doesn’t seem to be working.
When it redirects to the Kerberos port, it’s asking for my credentials (which it didn’t used to do when it was working for me). No matter what I put in for the username, it just keeps asking for my credentials (no error). I’ve tried all of the variations I can think of: holladayj, PFI\holladayj, holladayj@PFI.COM.
When I get redirected to that Kerberos port, it presents me with a screen to enter my credentials. The first time I enter my credentials, this is added to the log:
2019-06-05T15:51:13.368Z - debug: [2019-06-05 15:51:13] auth0: Connection closed.
(2 second delay here)
2019-06-05T15:51:15.453Z - debug: [2019-06-05 15:51:15] Reading CA certificates from Windows Store
2019-06-05T15:51:15.680Z - debug: [2019-06-05 15:51:15] Adding 53 certificates
2019-06-05T15:51:15.682Z - debug: [2019-06-05 15:51:15] Loading settings from ticket: https://dev-wybf4mq5.auth0.com/p/ad/Qa36RyEn/info
2019-06-05T15:51:16.100Z - debug: [2019-06-05 15:51:16] Local settings updated.
2019-06-05T15:51:16.106Z - debug: [2019-06-05 15:51:16] Certificates already exist, skipping certificate generation.
2019-06-05T15:51:16.109Z - debug: [2019-06-05 15:51:16] Configuring connection PFIAD.
2019-06-05T15:51:16.110Z - debug: [2019-06-05 15:51:16] > Posting certificates and signInEndpoint: http://DEV-APP02:51873/wsfed
2019-06-05T15:51:16.441Z - debug: [2019-06-05 15:51:16] Connection PFIAD configured.
2019-06-05T15:51:16.442Z - debug: [2019-06-05 15:51:16] Connector setup complete.
2019-06-05T15:51:16.762Z - debug: [2019-06-05 15:51:16] Cache enabled
2019-06-05T15:51:16.800Z - debug: [2019-06-05 15:51:16] Connecting to wss://dev-wybf4mq5.auth0.com/lo/hub.
2019-06-05T15:51:17.297Z - debug: [2019-06-05 15:51:17] Setup passport.
2019-06-05T15:51:17.631Z - debug: [2019-06-05 15:51:17] Using kerberos authentication
2019-06-05T15:51:17.641Z - debug: [2019-06-05 15:51:17] listening on port: 51873
2019-06-05T15:51:17.947Z - warn: [2019-06-05 15:51:17] jsonwebtoken: expiresInMinutes and expiresInSeconds is deprecated. (x86)\Auth0\AD LDAP Connector\ws_validator.js:323:19)
Use “expiresIn” expressed in seconds.
2019-06-05T15:51:18.069Z - debug: [2019-06-05 15:51:18] auth0: Agent accepted.
2019-06-05T15:51:20.153Z - debug: [2019-06-05 15:51:20] latency test took avg: 334.69 ms, max: 1155.92 ms, min: 239.37 ms
As I enter my credentials several more times, nothing additional appears in the log. If I close the tab and go back in 5 minutes, the whole thing repeats itself. I’m not sure, but it almost looks like it’s crashing and restarting.
If I turn off kerberos, the authentication works fine.
Any help would be appreciated.
Thanks
Jason