Hello,

I'm attempting to upgrade from CAS 7.0 to CAS 7.1.  I can successfully 
build the war file and launch it without issues.  When I attempt to log in 
I get the following error in the log file:

cas.war[331470]: 2025-03-19 15:38:17,967 WARN 
[org.apereo.cas.web.flow.DefaultDelegatedClientIdentityProviderConfigurationProducer]
 
- <No delegated authentication providers could be determined based on the 
provided configuration. Either no identity providers are configured, or the 
current access strategy rules prohibit CAS from using authentication 
providers>

and the following on the web browser:


[image: Screenshot From 2025-03-19 15-40-11.png]

We have each service file set up to call out to a default identity provider 
with the following block in the service json file:
 accessStrategy:
  {
    @class: org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
    delegatedAuthenticationPolicy:
    { 
      @class: 
org.apereo.cas.services.DefaultRegisteredServiceDelegatedAuthenticationPolicy
      allowedProviders:
      [ 
        java.util.ArrayList
        [ 
          TAMUCC_AAD
        ]
      ]
      permitUndefined: false
      exclusive: true
    }
  }

This works as expected in 7.0 but does not work in 7.1.  In 7.0, we are 
automatically directed to the AAD login and after successfully logging in, 
given access to the app.  I've compared the json service file formatting 
with what is documented and can't find any issues.

Hopefully someone has some suggestions on what changes we need to make to 
get this working again.

Thanks,

Phil

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/456b23e9-a368-43e4-8b4c-11f1f6646cc4n%40apereo.org.

Reply via email to