'Implementation of SAML 2.0 using Angular and Node
I am a beginner to SAML SSO integration in Angular + Node project. I went through many of the links and forums realted to it. However, not able to figure out, From where to start???.
Still trying to find a way to implement the SAML SSO in my application.
Below is the scenario:
- I have an Angular application, in which I have implemented the login through Active Directory. Which is working fine.
- Now, once logged in, I come to the dashboard page.
- On this Dasboard page there is a link to a application.
- On click on this link I have to implement the Single Sign On using SAML.
- On successfully done the SSO. User will move to that application.
This is it!!!
I am done with the Active Directory login and come to the dashboard already. But now, I do not know, What to do, How to do, From where to start????
Got stuck here!!! Your help will be highly appreciated.
Solution 1:[1]
You need a client-side SAML stack e.g. I need a SAML stack?—?now!.
This then talks to a SAML identity provider.
Which IDP are you planning to use.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rbrayb |
