Skip to content

Commit

Permalink
Stop interpreting LOAs as IALs
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Aug 30, 2024
1 parent 23844af commit 4a33b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/controllers/saml_idp_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ def name_id_version(format_urn)
authn_context_comparison: 'exact',
service_provider: 'http://localhost:3000',
request_signed: true,
requested_ial: 'http://idmanagement.gov/ns/assurance/loa/5',
requested_ial: 'none',
endpoint: "/api/saml/auth#{path_year}",
idv: false,
finish_profile: false,
Expand Down Expand Up @@ -1262,7 +1262,7 @@ def name_id_version(format_urn)
authn_context: ['http://idmanagement.gov/ns/assurance/loa/5'],
authn_context_comparison: 'exact',
request_signed: true,
requested_ial: 'http://idmanagement.gov/ns/assurance/loa/5',
requested_ial: 'none',
endpoint: "/api/saml/auth#{path_year}",
idv: false,
finish_profile: false,
Expand Down

0 comments on commit 4a33b87

Please sign in to comment.