nsspi icon indicating copy to clipboard operation
nsspi copied to clipboard

Support channel binding tokens

Open jborean93 opened this issue 2 years ago • 0 comments

The call to InitializeSecurityContext and AcceptSecurityContext can have multiple input token buffers specified. One of these buffer types is the SECBUFFER_CHANNEL_BINDINGS which is a value of SEC_CHANNEL_BINDINGS which is a binding that the caller to SSPI would provide.

Currently the context Init method does not have a way to pass in a bindings value to be used with authentication which means it cannot be used with services that mandate channel binding support. It would be great if this could be added to this library.

jborean93 avatar Jul 13 '23 00:07 jborean93