Hi David,

Take a look at: the authentication policy configuration in
cas-server-core-authentication:
org.apereo.cas.config.
<https://github.com/apereo/cas/blob/master/core/cas-server-core-authentication/src/main/java/org/apereo/cas/config/CasCoreAuthenticationPolicyConfiguration.java>
CasCoreAuthenticationPolicyCon
<https://github.com/apereo/cas/blob/master/core/cas-server-core-authentication/src/main/java/org/apereo/cas/config/CasCoreAuthenticationPolicyConfiguration.java>
figuration
<https://github.com/apereo/cas/blob/master/core/cas-server-core-authentication/src/main/java/org/apereo/cas/config/CasCoreAuthenticationPolicyConfiguration.java>
and the actual authentication policies in
cas-server-core-authentication-api:
org.apereo.cas.authentication.policy
<https://github.com/apereo/cas/tree/master/core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/policy>
and ensure you're clear on what the policies do. If you have a truly custom
case, you may have to implement your own authentication policy and add it
via the AuthenticationEventExecutionPlanConfigurer.  If not, could you
describe what behavior you'd like to see and what you've done to effect it?

(I'm referring to CAS v.5.3.7.)
....

    Dan


On Wed, Jan 16, 2019 at 3:23 PM <cur...@newschool.edu> wrote:

>
> Has anyone figured out how to make Authentication Policies, as documented
> here:
>
>
> https://apereo.github.io/cas/5.2.x/installation/Configuring-Authentication-Components.html#authentication-policy
>
>
> and here:
>
>
> https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#authentication-policy
>
>
> actually work? I've been messing around with it for an entire day now, and
> it seems to me that:
>
>    1. You cannot DISABLE the "any" policy; you can only enable/disable
>    the "tryAll" option
>    2. You CAN enable the "notPrevented" policy, but you have no way to
>    control what it considers "Prevented"
>    3. You CANNOT enable the "all" or "allHandlers" policies
>
> We're running CAS 5.2.7, but I'll take answers for any version, at this
> point.
>
> Thanks,
> --Dave
>
> --
> - 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 cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/c3d3dd00-5156-4d52-a1a6-32739d7d03b5%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/c3d3dd00-5156-4d52-a1a6-32739d7d03b5%40apereo.org?utm_medium=email&utm_source=footer>
> .
>

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAFqYg5JM6CxODTv%2BixsCGf92_%2BbdibdDV%3DfxVvuP0B4axVWB-g%40mail.gmail.com.

Reply via email to