Skip to content

Commit

Permalink
Merge pull request #4047 from open-formulieren/feature/3950-multiple-…
Browse files Browse the repository at this point in the history
…loas-eherkenning-eidas

[#3950] Support multiple LoAs for eHerkenning/eIDAS
  • Loading branch information
SilviaAmAm authored Apr 3, 2024
2 parents a9d6d0d + 13be79d commit c005add
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setUpTestData(cls):
config.service_name = "Test"
config.service_description = "Test"
config.want_assertions_signed = False
config.loa = "urn:etoegang:core:assurance-class:loa3"
config.eh_loa = "urn:etoegang:core:assurance-class:loa3"
config.privacy_policy = "https://test-sp.nl/privacy_policy"
config.makelaar_id = "00000002222222222000"
config.oin = "00000001111111111000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setUpTestData(cls):
config.service_name = "Test eIDAS"
config.service_description = "Test eIDAS"
config.want_assertions_signed = False
config.loa = "urn:etoegang:core:assurance-class:loa3"
config.eh_loa = "urn:etoegang:core:assurance-class:loa3"
config.privacy_policy = "https://test-sp.nl/privacy_policy"
config.makelaar_id = "00000002222222222000"
config.oin = "00000001111111111000"
Expand All @@ -64,6 +64,7 @@ def setUpTestData(cls):

config.eidas_attribute_consuming_service_index = "9999"
config.eidas_requested_attributes = []
config.eidas_loa = "urn:etoegang:core:assurance-class:loa3"
config.eidas_service_uuid = "75b40657-ec50-4ced-8e7a-e77d55b46040"
config.eidas_service_instance_uuid = "ebd00992-3c8f-4c1c-b28f-d98074de1554"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def setUpTestData(cls):
config.makelaar_id = "00000003244440010000"
config.privacy_policy = "https://example.com"
config.service_language = "nl"
config.loa = AssuranceLevels.low_plus

config.requested_attributes = [
"urn:etoegang:1.9:EntityConcernedID:KvKnr",
Expand All @@ -107,6 +106,7 @@ def setUpTestData(cls):
config.attribute_consuming_service_index = "9052"
config.eh_service_uuid = "588932b9-28ae-4323-ab6c-fabbddae05cd"
config.eh_service_instance_uuid = "952cee6a-6553-4f58-922d-dd03486a772c"
config.eh_loa = AssuranceLevels.low_plus

config.no_eidas = True

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def setUpTestData(cls):
cls.config.base_url = "https://test-sp.nl"
cls.config.service_name = "Test"
cls.config.service_description = "Test"
cls.config.loa = "urn:etoegang:core:assurance-class:loa3"
cls.config.eh_loa = "urn:etoegang:core:assurance-class:loa3"
cls.config.oin = "00000001111111111000"
cls.config.no_eidas = True
cls.config.privacy_policy = "https://test-sp.nl/privacy_policy"
Expand Down

0 comments on commit c005add

Please sign in to comment.