Skip to content

Commit

Permalink
Rename loa's to a more standard name
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 6, 2023
1 parent 663f206 commit 86e7e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/sspwww/sp-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ $gIDPmap = array(
'https://gateway.dev.openconext.local/authentication/metadata' => array(
'name' => 'OpenConext Stepup Gateway - gateway.dev.openconext.local',
'loa' => array(
1 => 'https://dev.openconext.local/authentication/loa1',
2 => 'https://dev.openconext.local/authentication/loa2',
3 => 'https://dev.openconext.local/authentication/loa3',
1 => 'http://dev.openconext.local/assurance/loa1',
2 => 'http://dev.openconext.local/assurance/loa2',
3 => 'http://dev.openconext.local/assurance/loa3',
),
),
'https://gateway.dev.openconext.local/second-factor-only/metadata' => array(
Expand Down

0 comments on commit 86e7e51

Please sign in to comment.