SAML with ADFS for angularjs+java+jetty webapp
问题 I am working on a webapp, the Front-end is implemented in AngularJS which talks to back-end server by invoking REST API. The back-end is Java REST Server implemented using reslet framework deployed in Jetty. Currently, when a user logs into a web app, a REST API is invoked which then goes to the Java REST server. The server then authenticates the user. I want to implement SSO using SAML. So when a corporate user tries to login to the app, the user must be redirected to ADFS. If the user is