Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
575 views

Error: SAMLResponse is not valid base64-encoded XML - error in passport-saml while authenticating with okta

I am currently using passport.js and passport-saml package to authenticate my nodejs application via okta. My current package.json includes below versions for passport related packages: "passport&...
Deeptiranjan's user avatar
1 vote
1 answer
1k views

Implementing SAML with Passport-saml fails: PEM_read_bio_ex:bad base64 decode

I am trying to configure my nestjs app with passport-saml for a new client (a new Okta test account). The code has been proven in the past and my old okta account has been disabled. I created a new ...
Gina Marano's user avatar
  • 1,803
0 votes
0 answers
127 views

okta does not validate issuer, coming from sp

I'm using okta as IDP for saml2 authentification, howver its works well, but I noticed that that octa does not check issuer , im confused about that, he shouldnt accept a request from any source ...
simo's user avatar
  • 41
4 votes
0 answers
960 views

Redirect browser to login page with passport-saml

I have an application where the front-end is ReactJs and the back-end is express. I am trying to implement SSO with SAML2 and I use OKTA as the IDP. front-end is running on localhost:3000 ...
Viz's user avatar
  • 121
0 votes
1 answer
2k views

passport-saml issue for decoding and verifying signed SAML response

We need to implement SAML based secure authentication. Our IDP will be Okta and OneLogin. For this we use "passport" + "passport-saml" in our node.js express app. We use the following strategy ...
Amber More's user avatar