Skip to content

Commit

Permalink
fix(e2e): let test dynamically handle required_aal
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Jun 21, 2023
1 parent f33b380 commit a2af146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/profiles/mfa/.kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ selfservice:
settings:
ui_url: http://localhost:4455/settings
privileged_session_max_age: 5m
required_aal: highest_available
required_aal: aal1

logout:
after:
Expand Down Expand Up @@ -47,4 +47,4 @@ identity:

session:
whoami:
required_aal: highest_available
required_aal: aal1

0 comments on commit a2af146

Please sign in to comment.