[cas-user] CAS 7.0.3 Office365 Integration and attributes problem

2024-05-07 Thread Łukasz Woźniak
Hello, We actually migrating from CAS 6.5 to 7.0. We are integrated with Office365 but in version 7.0.3 is problem that We dont get family_name and given_name attributes. Our configuration in scope we have set: "openid profile email" Anyone have similar problem ? Thanks, Lukas -- - Website:

Re: [cas-user] Enforce MFA without authentication (active SSO session)

2024-05-07 Thread tjan...@gmail.com
Hi, thanks for the response! Actually what seems to happen is that when */authorize* is called, the CAS *OAuth20HandlerInterceptorAdapter.preHandle() *is invoked which in turn invokes the pac4j *SecurityInterceptor*. Eventually the *org.pac4j.core.engine.DefaultSecurityLogic *gets called and i

Re: [cas-user] Enforce MFA without authentication (active SSO session)

2024-05-07 Thread Ray Bon
Tom, Could it be that the groovy script is returning null or a value that cas does not understand? Ray On Tue, 2024-05-07 at 06:49 -0700, tjan...@gmail.com wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive inf

[cas-user] Re: Error parsing incommon metadata

2024-05-07 Thread Andrew Tillinghast
Tried the suggested change, now the error is: *ERROR [org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade] - https://mdq.incommon.org/entities/{0} to locate [EntityIdCriterion [id=https://conncoll.reclaimhosti

Re: [cas-user] Re: CAS7 bean creation override question

2024-05-07 Thread Ray Bon
Yan, Configuration classes are driven by spring. Perhaps this class runs before the debugger can connect to the [starting] app. For your Configuration class to be called, it needs to be added to src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

[cas-user] Re: CAS7 bean creation override question

2024-05-07 Thread Yan Zhou
Finally figured this out. The bean seems incorrectly named in the CAS source code. I will see if I can submit a fix. Yan On Monday, May 6, 2024 at 9:49:45 PM UTC-4 Yan Zhou wrote: > My thought is that this bean ( jdbcPasswordChangeService) is already > created somehow, see below logs, but I