Open guozi opened 4 years ago
Need sample with Vue application or Angular
Since login page is hosted on CAS server, there is no specificity for frontend. Every time anonymous user is visiting private page it will be redirected by the backend code to the CAS Server.
Frontend code is not really involve in flow
Since login page is hosted on CAS server, there is no specificity for frontend. Every time anonymous user is visiting private page it will be redirected by the backend code to the CAS Server.
Frontend code is not really involve in flow
How i can add some information in redirect response. In jasig.client i can override DefaultAuthenticationRedirectStrategy . I need set to headers same information for frontend app.
@kulemeevag did you try creating your own bean of CasAuthenticationEntryPoint
? You may override com.kakawait.spring.security.cas.web.RequestAwareCasAuthenticationEntryPoint
Whether it is suitable for front-end projects.Thanks.