All Questions
Tagged with passport-saml angular
3 questions
1
vote
0
answers
517
views
http SAML get request not redirecting to a url location
I'm using passport-saml and trying to get my redirect working on get request. But the response that I get from server is pure HTML. How do I make it load the HTML in a new page?
this.http.get(this....
0
votes
0
answers
855
views
SAML SSO with Node and Angular 2+
The system I am working with is made in PHP, and I was asked to upgrade it to a Node and Angular based System.
The credentials are dealt with SAML with ADFS Service using SSO.
Since this stuff works ...
2
votes
1
answer
2k
views
Angular 4: Authentication with SAML and Token exchange
I am working on setting up Angular 4 + NodeJS (for SAML-PASSPORT) + Spring Boot (all APIs) application.
This is the authentication and authorization flow:
1. In UI, user click on Login
2. Request is ...