Soumya Tripathy
Soumya Tripathy
@go4varuntyagi : I used both ``` $state.current.ncyBreadcrumb.label = 'Your custom breadcrumb here'; $state.current.ncyBreadcrumbLabel = 'Your custom breadcrumb here'; ``` Instead of only `$state.current.ncyBreadcrumb.label = 'Your custom breadcrumb here'` and it...
I have used the **casClient.core()** middleware before body parser. ``` let casClient = new ConnectCas({ servicePrefix: CASConfig.serviceUrl, serverPath: CASConfig.casUrl, paths: { validate: '/client', serviceValidate: '/serviceValidate', proxy: '', login: '/login', logout:...
Now I'm getting ```Receive slo request... Trying to logout.``` log but the SLO failed. When I debug the slo.js of connect-cas2 found that cas response is in url encode format....
@yuyongyu08 I have already created a [PR](https://github.com/TencentWSRD/connect-cas2/pull/11) long back. @xiaoyuze88 can you review it, if it is the standard way to solve.
Hi team. Any update on this?