Re: [cas-user] Re: interfacing CAS with angular 7 applications

2019-03-14 Thread Ian Wright
especially when it comes to authentication. > On 3/13/19 3:28 AM, Ian Wright wrote: > > > Yes it is browser client side and does authenticate the client side app > against CAS without any server side interactions. > > What it also allows is, once you've auth'ed the client app, that y

Re: [cas-user] Re: interfacing CAS with angular 7 applications

2019-03-13 Thread Ian Wright
UTC, Trenton D. Adams wrote: > > So, I mean, as in browser client side. > > So are you saying that this module is passing cas validation to the server > side for the server to do the ticket validation? > On 3/12/19 10:21 AM, Ian Wright wrote: > > I'm not quite sure wh

Re: [cas-user] Re: interfacing CAS with angular 7 applications

2019-03-12 Thread Ian Wright
wrote: > > Do you know if this is a client side library only Ian? > On 3/12/19 2:54 AM, Ian Wright wrote: > > Short answer is yes. > > I'm currently using > "angular-oauth2-oidc": "^4.0.3", > with CAS 5.3.7 > I'm using oauth rather than oidc, mainly

Re: [cas-user] Re: interfacing CAS with angular 7 applications

2019-03-12 Thread Ian Wright
uthService.scope = "profile email voucher"; > > this.oauthService.issuer = "https://[cas server]/cas/oauth2.0/default"; > > this.oauthService.oidc = false; > > > > -Gary > > > > *From:* cas-...@apereo.org > > *On Behalf Of *I

[cas-user] Re: interfacing CAS with angular 7 applications

2019-03-12 Thread Ian Wright
Short answer is yes. I'm currently using "angular-oauth2-oidc": "^4.0.3", with CAS 5.3.7 I'm using oauth rather than oidc, mainly because I wanted to bypass the approval prompt which, at least when I tried it, could be configured for oauth but not oidc but IIRC oidc worked fine. On Monday,

Re: [cas-user] cas-management ldap upgrade to 5.3.3 problems

2018-10-09 Thread Ian Wright
g > soon. > > Travis > > On Fri, Oct 5, 2018 at 3:44 AM Ian Wright > wrote: > >> Hi, >> >> I'm trying to upgrade from 5.2 to 5.3 and I get an exception about >> missing CasManagementLdapAuthorizationConfiguration.class >> >> I

[cas-user] Re: param.service in templates changes between versions

2018-10-09 Thread Ian Wright
Thanks for the response - those are some interesting posts - I see why (the equivalent of) param.service was removed from the default templates In the end I've decided to do this using javascript rather than trying to get thymeleaf to work - it's a little uglier, especially if supporting older

[cas-user] cas-management ldap upgrade to 5.3.3 problems

2018-10-05 Thread Ian Wright
Hi, I'm trying to upgrade from 5.2 to 5.3 and I get an exception about missing CasManagementLdapAuthorizationConfiguration.class I can see that it's in cas-management-webapp-support-ldap-5.2.3.jar but not cas-management-webapp-support-ldap-5.3.3.jar As an aside I think the properties need to

[cas-user] param.service in templates changes between versions

2018-10-04 Thread Ian Wright
Hi, I'm trying to update up custom template and I'm stumbling with param.service e.g. in the old version (4.1) as an example jsp/default/ui/casConfirmView.jsp: so I could construct a link/use javascript in my template like this: