You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a custom authentication flow ldap-authentication-flow which is identical to default-authentication-flow, but without validating MFA. I use that flow to skip MFA for applications using LDAP (is there other alternative?).
However, users can still execute the flow manually by going to the URL https://auth.company/if/flow/ldap-authentication-flow/, which I'd like to prevent.
I've tried to create an expression policy is-ldap-authentication like this, bound to the password stage:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've created a custom authentication flow
ldap-authentication-flow
which is identical todefault-authentication-flow
, but without validating MFA. I use that flow to skip MFA for applications using LDAP (is there other alternative?).However, users can still execute the flow manually by going to the URL
https://auth.company/if/flow/ldap-authentication-flow/
, which I'd like to prevent.I've tried to create an expression policy
is-ldap-authentication
like this, bound to the password stage:I've tried many variations, but none work.
Any advice about how to restrict the execution of a flow to only when running from LDAP?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions