Skip to content

nadavoosh/koa-passport-saml-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-passport-saml-example

This is a simple example of using passport-saml with koa-passport.

I made this because this use case is not covered in koa-passport-example.

To get this working, you'll need to update the entryPoint, issuer, and pathToPublicCert vars in the passport.js file.

Then just:

npm install
npm start

navigating to localhost:8080 should redirect you for SAML authentication. Once you're authed, you'll be able to hit localhost:8080 and see the success message.

Releases

No releases published

Packages

No packages published