RE: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Milan MOLNÁR
Hi, here is the command how the keytab has been regenerated. Unfortunatelly it did not helped. ktpass -out pgadmin-dev-ad-ee1.keytab -mapUser pgadmin-...@aws-ad-ee1.example.com +rndPass -mapOp set +DumpSalt -crypto AES256-SHA1 -ptype KRB5_NT_PRINCIP

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
On Mon, Jan 9, 2023 at 3:15 PM Milan MOLNÁR wrote: > Hi, > > > > here is the command how the keytab has been regenerated. Unfortunatelly > it did not helped. > > > > ktpass -out pgadmin-dev-ad-ee1.keytab -mapUser > pgadmin-...@aws-ad-ee1.example.com +rndPass -mapOp set +DumpSalt -crypto > AES25

RE: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Milan MOLNÁR
Hi, now we have this keytab klist -kt pgadmin.keytab -e Keytab name: FILE:pgadmin.keytab KVNO Timestamp Principal --- -- 5 01/01/1970 01:00:00 HTTP/pgadmin-dev.aws-ad-ee1.example@aws-ad-ee1.

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
Hi, This error occurs when the token is not being decoded. Please confirm the token you receive from the AD server is Kerberos only and not NTLM token. You can check this via Right click on the browser > Select Inspect > Network Tab > Click on the pgadmin site URL > Check the Response. Kerberos T