Re: [cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread M. Reza Ganji
Also, there is a Node CAS module that you can use. On Mon, Apr 9, 2018, 11:11 AM zeek lee wrote: > good question! i have the same problem! > > 在 2016年9月20日星期二 UTC+8上午4:56:30,Info写道: >> >> Hi, >> >> I am new to CAS and trying to add CAS authentication to our application >> that uses AngularJS for

Re: [cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread M. Reza Ganji
We had that issue and solved it using angular guard. We have web services that if users are not logged in respond with anything but HTTP 200 If that happens guard will catch it in routing and forward the user to the CAS login page with service=AngularPageURL On Mon, Apr 9, 2018, 11:11 AM zeek le

[cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread zeek lee
good question! i have the same problem! 在 2016年9月20日星期二 UTC+8上午4:56:30,Info写道: > > Hi, > > I am new to CAS and trying to add CAS authentication to our application > that uses AngularJS for the front-end. Data is served to it through > RestController running on a spring boot (1.2.6.Release) appli