Skip to content

RutujaPatil15/SAML-Authentication-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SAML-Authentication-nodejs

SAML Authentication using passport-saml (nodejs, expressjs, reactjs)

Please follow below step -

  1. Need to create application in IAM Identity Center

  2. create user and assign that user to application

  3. after creating application you will get signin url certificate file. copy signin url and download certificate file.

  4. set callback url in application configuration.

    Application ACS URL - eg. http://localhost:8080/login/callback

    Application SAML audience - passport-saml

  5. attach attribute in attribute mapping

  6. repo setup -

    client repo(UI) -

    1. npm install
    2. npm start

    Backend repo -

    1. npm install
    2. npm start

About

SAML Authentication using passport-saml (nodejs, expressjs, reactjs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published