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

Validating incoming SAML Responses? #95

Closed
gCurtisCT opened this issue Jun 26, 2015 · 0 comments
Closed

Validating incoming SAML Responses? #95

gCurtisCT opened this issue Jun 26, 2015 · 0 comments

Comments

@gCurtisCT
Copy link

How do you validate incoming SAML responses?

The documentation says to provide the "cert" option, and I'm doing that:

new SamlStrategy(
    {
    path:'/authorization/saml',
    cert:cert
},
function(profile, done){
    //...

, but when I go in and edit the cert by a character, making it invalid, it still works just fine, which suggests that it's not actually validating anything.

I'm testing this by using Okta as the identity provider. Perhaps I'm not setting some Okta option right?

My Okta options:
okta options

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

1 participant