[cas-user] Re: OIDC Spring dependency problem in 6.6.0 with change in 6.6.0-RC4?

2022-11-04 Thread Sam Hough
f the CasFeatureModule stuff before and googling didn't help me very much. Anyway, adding --CasFeatureModule.OpenIDConnect.jpa.enabled=false as a command line option seemed to fix it. Cheers Sam On Friday, 5 August 2022 at 16:06:37 UTC+1 Sam Hough wrote: > Hi, > > I think the

[cas-user] Re: OIDC Spring dependency problem in 6.6.0 with change in 6.6.0-RC4?

2022-08-05 Thread Sam Hough
ce welcome. Cheers Sam On Tuesday, 26 July 2022 at 14:58:51 UTC+1 Sam Hough wrote: > Hi, > > Anyone else hit a problem using "org.apereo.cas:cas-server-support-oidc" > in the 6.6.0 branch? > > At first I was getting a problem with: > [org/apereo/cas/oidc/config/Oid

[cas-user] OIDC Spring dependency problem in 6.6.0 with change in 6.6.0-RC4?

2022-07-26 Thread Sam Hough
Hi, Anyone else hit a problem using "org.apereo.cas:cas-server-support-oidc" in the 6.6.0 branch? At first I was getting a problem with: [org/apereo/cas/oidc/config/OidcJwksJpaConfiguration.class]: Unsatisfied dependency expressed through method 'jpaOidcJwksVendorAdapter' parameter 1; nested e

[cas-user] Re: CAS cas-overlay-template branch 6.3 not available

2022-03-01 Thread Sam Hough
I think you are just meant to use the CAS Initializr... I'm not a big fan but I think that is the "official" way. I still commit the generated stuff to local git so I can see what has changed. On Monday, 21 February 2022 at 10:30:09 UTC jorgem...@gmail.com wrote: > Hi, > > does anyone know what

Re: [cas-user] Re: id vs. login

2022-02-02 Thread Sam Hough
> from 5 to 6? If first then I could try and find out which version breaks > the "feature" and then we could look at the code changes there were made > between the changes. > > But I actually still hope the someone will tell us if this setting was > originally meant to

[cas-user] Re: id vs. login

2022-02-02 Thread Sam Hough
Hi, I think I might have hit this too in 6.5.0-RC2. After some debugging it looks like the original principal and the new one are hitting the ChainingPrincipalElectionStrategy::nominate method and the one we want (that honours principal-attribute) is losing to the "original". I need to do more

[cas-user] Re: delegated auth not working after upgrade to CAS 6.4.2

2021-12-14 Thread Sam Hough
delegated authentication. > I can't decide if I'm happy or not that everything "just works" when I run > it through CAS. > > The other way I get stuff fixed is to post here and hope someone has a > better idea than I do :-D > > On Tue, Dec 14, 2021 at 9:39 AM

[cas-user] Re: delegated auth not working after upgrade to CAS 6.4.2

2021-12-14 Thread Sam Hough
> that logout is throwing a 500 error > > On Tue, Dec 14, 2021 at 9:12 AM Sam Hough wrote: > >> Thanks for letting us know. I think I'm stuck on a different issue >> related to pac4j change that break pulling over the only attribute I want... >> >> Cheer

[cas-user] Re: delegated auth not working after upgrade to CAS 6.4.2

2021-12-14 Thread Sam Hough
Thanks for letting us know. I think I'm stuck on a different issue related to pac4j change that break pulling over the only attribute I want... Cheers Sam On Tuesday, 14 December 2021 at 15:59:23 UTC stou...@isu.edu wrote: > I thought I'd just post an update on this. I tried this again with 6.

[cas-user] SAML2 Identity Provider Discovery

2021-11-17 Thread Sam Hough
Hi, I'm wondering if anyone has used this feature? https://apereo.github.io/cas/6.3.x/configuration/Configuration-Properties.html#saml2-identity-provider-discovery I assume you point CAS at a resource with: cas.authn.pac4j.saml-discovery.resource[0].location=file:/etc/cas/config/json-feed.json a

[cas-user] Re: delegated auth not working after upgrade to CAS 6.4.2

2021-11-10 Thread Sam Hough
Hi, I'm not even manging to get this far, would you be kind enough to share your config? I'm really struggling with the documentation. I've had it working with previous versions. I should probably trawl through the RC docs, I think that is meant to be the migration guide. Cheers Sam On Monda

[cas-user] Re: 6.2 to 6.4 upgrade : no jdbc Handler

2021-11-09 Thread Sam Hough
t;org.apereo.cas:cas-server-support-jdbc"' I'd raise a bug but I don't think they want bug reports!? Cheers Sam On Friday, 5 November 2021 at 15:05:25 UTC Sam Hough wrote: > Hi, > > No help but I think I've hit this too. Did you get anywhere? I'll start >

[cas-user] Re: 6.2 to 6.4 upgrade : no jdbc Handler

2021-11-05 Thread Sam Hough
Hi, No help but I think I've hit this too. Did you get anywhere? I'll start looking again Monday. Cheers Sam On Friday, 22 October 2021 at 17:22:41 UTC+1 Marc Maurice wrote: > Hello, > > I'm trying to upgrade from 6.2 to 6.4. > > I have two authentications handler : 1 : jdbc mysql , 2 : ADFS-

[cas-user] Re: What's the point of Initializr?

2021-08-27 Thread Sam Hough
I'm not really sure. I only hit this yesterday. I've had the job of customising CAS for the last seven years or so and every time my heart sinks as it is always really painful. My guess is (supported by links from the documentation) that you can more quickly start a build with custom features B

[cas-user] Re: CAS 5.0.6, VersionResourceResolver and Cache-Busting

2019-08-30 Thread Sam Hough
Alternative solution (definitely not saying better): Have own version of cas-theme-default.properties cas.standard.css.file=/css/cas.css?v=${project.version} cas.admin.css.file=/css/admin.css?v=${project.version} cas.javascript.file=/js/cas.js?v=${project.version} Get Maven to "filter" this file

[cas-user] CAS login page is no longer password manager friendly

2017-11-29 Thread Sam Hough
Hi, We upgraded to 5.1.x yesterday and I've received this issue from a user: *The new 'login' button is trying to be too clever - it prevents you from clicking on it when you haven't 'typed' something in the password box.* *This makes it fail to log in when you use a password manager (which we

[cas-user] CAS 5.1 and principal resolver

2017-07-04 Thread Sam Hough
Hello, I'm trying to upgrade a 4.0.x installation to 5.1.x (time to upgrade plus looks easier to add oauth, saml etc)... One bit I'm really struggling is via JDBC users can validate using one combination of username/password BUT if present we resolve the principal as a different username (agai