node-krb5 icon indicating copy to clipboard operation
node-krb5 copied to clipboard

Validate the 'token/ticket' header for SSO Authentication

Open TheEYL opened this issue 5 years ago • 1 comments

From what I can see in the code examples, this library can produce the token or tickets:

      service_fqdn: 'm01.krb.local'
    }, function (err, token) {
      if (err) {
        console.log(err)
      } else {
        console.log('SPNEGO token :', token)
      } }) 

I would like to validate the 'token/ticket'. Not sure if this library supports that. Is it the case?

TheEYL avatar Sep 08 '20 16:09 TheEYL

I don't remember that we have a validation function.

wdavidw avatar Sep 08 '20 18:09 wdavidw