-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
I need to build a SAML IdP on Node.js and I found this library.
Here is the scenario that I am trying to build:
- The IdP accepts SAML requests from an SP;
- Then redirects the user to our login page (already developed in another project);
- After login, the user will be redirected back to the IdP with confirmation of login;
- And then the IdP sends a SAML response back to the SP.
My questions are:
- Is this scenario well suited for SAML protocol? Or I need to change it?
- Is it possible to this with samlp? Especially redirecting to the login project, as this is not documented on README.md.
Thanks for you help!
MaksymBychokDevPro
Metadata
Metadata
Assignees
Labels
No labels