Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate the 'token/ticket' header for SSO Authentication #23

Open
TheEYL opened this issue Sep 8, 2020 · 1 comment
Open

Validate the 'token/ticket' header for SSO Authentication #23

TheEYL opened this issue Sep 8, 2020 · 1 comment

Comments

@TheEYL
Copy link

TheEYL commented Sep 8, 2020

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?

@wdavidw
Copy link
Member

wdavidw commented Sep 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants