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
The authentik_policy_binding doesn't seems to like my target argument. I tried creating manually the binding, and importing it, I now have an ID for target that doesn't match anything. I tried dumping authentik DB to see where this ID is mentioned, and it's mentioned only once, in the table public.authentik_flows_flowstagebinding.
I think there is no way to bind an expression policy to a stage currently
The text was updated successfully, but these errors were encountered:
you can bind a policy to the flow stage binding and I assume that's the thing that @fayak was reffering to
the problem with that there is no data authentik_flow_stage_binding, so you can only do that to your created authentik_flow_stage_binding
Hi,
I'm trying to follow https://goauthentik.io/integrations/sources/google/#username-mapping as code.
I came up with this:
The
authentik_policy_binding
doesn't seems to like mytarget
argument. I tried creating manually the binding, and importing it, I now have an ID fortarget
that doesn't match anything. I tried dumping authentik DB to see where this ID is mentioned, and it's mentioned only once, in the tablepublic.authentik_flows_flowstagebinding
.I think there is no way to bind an expression policy to a stage currently
The text was updated successfully, but these errors were encountered: