Re: [AngularJS] SSO SAML in Angular

2020-02-27 Thread Suresh Kumar
Hi sumit Saml requires service providers & authentication providers. User request access to service providers by sending user credentials. Service providers delegates the request to authentication providers for verification. Authentication providers sends the response to service providers to

[AngularJS] SSO SAML in Angular

2020-02-26 Thread Sumit Bhardwaj
Hi Experts, We have a two apps architecture where we have a UI based on Angular and Spring Based application which serves REST API to the UI. We have a custom token based (you can say our own implementation of JWT) communication between the server and the UI for all the security. Now we want to i