You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
How do you validate incoming SAML responses?
The documentation says to provide the "cert" option, and I'm doing that:
, 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:
The text was updated successfully, but these errors were encountered: