Reposting a question sent to old jasig-cs-user group, sorry if this creates a duplicate.
I'm trying to delegate authentication to Azure AD using cas-server-support-azuread-authentication with CAS 6.3 or 6.4-SNAPSHOT.
I'm presented my custom login page, and when I authenticate, the log says :
INFO [org.apereo.cas.authentication.DefaultAuthenticationManager] - <[Azure AD] exception details: [Invalid credentials: java.lang.NoClassDefFoundError: com/nimbusds/oauth2/sdk/http/CommonContentTypes].>
CommonContentTypes is indeed a class that doesn't exist anymore in recent versions (8+) of oauth2-oidc-sdk, and the gradle build ships version 8.35.1.
Is cas-server-support-azuread-authentication deprecated ? What is its status or difference compared to using cas-server-support-pac4j-webflow ?
-- Hervé