Skip to content

Create Identity Policy

Here is an example workflow for creating an identity auth profile and policy:

  1. Create an auth profile:
    idsec identity auth-profiles create-auth-profile --auth-profile-name myprofile --first-challenges UP --second-challenges EMAIL,OTP
    
  2. Create a policy:
    idsec identity policies create-policy --policy-name mypolicy --auth-profile-name myprofile