Skip to content
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

Disabled mfa-duo if your CAS doesn't have MFA enabled #14

Open
NgSekLong opened this issue Nov 5, 2019 · 1 comment
Open

Disabled mfa-duo if your CAS doesn't have MFA enabled #14

NgSekLong opened this issue Nov 5, 2019 · 1 comment

Comments

@NgSekLong
Copy link

Since this project seems to be abundant, at least want to leave this here so help somebody if they come across this:

If you receive this error:

org.jasig.cas.client.validation.TicketValidationException: No principal was found in the response from the CAS server.

Try comment out the following line in web.xml

        <init-param>
            <param-name>authn_method</param-name>
            <param-value>mfa-duo</param-value>
        </init-param>

This happened because your CAS server does not support MFA authentication

@dooblem
Copy link

dooblem commented Sep 18, 2020

Got the same. Thanks a lot.

In cas server 6.2 logs:

2020-09-18 11:59:59,440 ERROR [org.apereo.cas.authentication.mfa.trigger.HttpRequestMultifactorAuthenticationTrigger] - <No multifactor authentication providers are available in the application context to satisfy [[mfa-duo]]>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants