-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property or field 'duoAuthenticationService' cannot be found #15
Comments
I ran into the same issue on tomcat 8. After much digging, I found that the annotations on the DuoAuthenticationService class were removed somewhere between 1.0.1 to 1.1.3:
I added the following bean to my global.xml file, and the error went away.
So, either the documentation should be updated, or maybe have this bean be incorporated into the default config in META-INF/shibboleth-idp/conf/global.xml? |
That worked. Wish I would have thought of that. Many thanks. |
Sorry for the late response on this. There's documentation out there on this somewhere, though, you're right that it should be here as well. The reason for the removal of the annotations was to allow for easier configuration of multiple Duo services, for instance if you need to use Duo against two separate Duo integration configurations (say, one for students that might allow a pass through and another for employees that doesn't). I do like the idea of defining the bean in the included |
This should be fixed in version 1.1.3. Thanks, and let me know if you run into any other problems. |
Encountered this with IDP 3.2 and jetty 9.3 in conjunction with the shib-cas-authn3 plugin. Initially, I thought the problem might be with the Shibcas flow not properly passing off into sub-flow states; but the further I dug, the less likely that appeared. Traced the calling stack as best I could, and I began to think there might have been a problem with my classpath's, but the container was picking up everything but the method call.
I'm not sure if it is related to #12 or not. I'm going to keep stabbing at it and hope I can tease out more information. Attached is an abridged DEBUG trace of the idp and spring webflow (the full trace is too large to attach).
shibb-idp-3.2.1-mfa-duo-auth-error-summary.txt
The text was updated successfully, but these errors were encountered: