Is there any existing attempted implementation of GSS-API/SPNEGO/GSS-SPNEGO for anything other than Kerberos / NTLM?

I’m aware that SPNEGO is de-facto only used in the wild for Kerberos or NTLM. Is there any research / academic / educational example on how it can be also used for other mechanisms as well?

Continue reading Is there any existing attempted implementation of GSS-API/SPNEGO/GSS-SPNEGO for anything other than Kerberos / NTLM?

How to authenticate LDAP user with GSS Negotiate binding authentication using C#?

I am new to LDAP. I have written the below code that authenticates users with LDAP. I currently have to validate users with a server that has a biding authentication type of GSS-Negotiate. I couldn’t find any examples to vali… Continue reading How to authenticate LDAP user with GSS Negotiate binding authentication using C#?

How to authenticate LDAP user with GSS Negotiate binding authentication using C#?

I am new to LDAP. I have written the below code that authenticates users with LDAP. I currently have to validate users with a server that has a biding authentication type of GSS-Negotiate. I couldn’t find any examples to vali… Continue reading How to authenticate LDAP user with GSS Negotiate binding authentication using C#?