Hello I am building CAS with the following: support-ldap,support-git-service-registry,support-gauth,support-couchdb-core,support-gauth-couchdb,support-saml,support-saml-idp,support-oidc,support-couchdb-ticket-registry,support-surrogate-webflow,support-surrogate-authentication-couchdb,webapp
Connected to Active Directory as the LDAP. Authentication works. I regularly see this in the cas.log, and don't know if it is the underlying issue?: 2022-01-12 13:59:50,300 WARN [org.springframework.web.context.support.SpringBeanAutowiringSupport] - <Current WebApplicationContext is not available for processing of GoogleAuthenticatorCouchDbTokenRepository: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection.> I get this when I try to log out or if I disable single login in on a CAS service, and attempt to login to it with MFA enabled. Both cases generate: org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing org.apereo.cas.web.flow.login.CreateTicketGrantingTicketAction@26daf146 in state 'createTicketGrantingTicket' of flow 'login' -- action execution attributes were 'map[[empty]]' It basically looks like it can't find the ST or MFA info in couchdb that it expects, so fail. Also couchdb does not create any of the required design documents or views in the Databases it creates that generate other errors, if you don't create them from the code repo. More about that here: https://groups.google.com/a/apereo.org/g/cas-user/c/NjJsaQQXekY Is this the best place to get help, or should I report issues somewhere else? Is anyone successfully using couchdb in prod, for their ticket repo, mfa, or anything? Thank you, Matt -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b03afb42-8e05-46ea-9949-b213b7b91e25n%40apereo.org.
