Skip to content

Commit

Permalink
Merge pull request #428 from SUNET/jocar-remove-swamid-mfa-hi
Browse files Browse the repository at this point in the history
Deprecated for over 3 years ago
  • Loading branch information
johanlundberg authored Sep 27, 2023
2 parents fd8f86e + 8340563 commit bb90c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/eduid/webapp/idp/assurance_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ class SwamidAssurance(str, Enum):
SWAMID_AL1 = "http://www.swamid.se/policy/assurance/al1"
SWAMID_AL2 = "http://www.swamid.se/policy/assurance/al2"
SWAMID_AL3 = "http://www.swamid.se/policy/assurance/al3"
SWAMID_AL2_MFA_HIGH = (
"http://www.swamid.se/policy/authentication/swamid-al2-mfa-hi" # deprecated but keep around for a while
)
REFEDS_ASSURANCE = "https://refeds.org/assurance"
REFEDS_IAP_HIGH = "https://refeds.org/assurance/IAP/high"
REFEDS_IAP_LOW = "https://refeds.org/assurance/IAP/low"
Expand Down
1 change: 0 additions & 1 deletion src/eduid/webapp/idp/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class IdPConfig(EduIDBaseAppConfig, TouConfigMixin, WebauthnConfigMixin2, AmConf
SwamidAssurance.SWAMID_AL1,
SwamidAssurance.SWAMID_AL2,
SwamidAssurance.SWAMID_AL3,
SwamidAssurance.SWAMID_AL2_MFA_HIGH, # deprecated but keep around for a while
SwamidAssurance.REFEDS_ASSURANCE,
SwamidAssurance.REFEDS_ID_UNIQUE,
SwamidAssurance.REFEDS_EPPN_UNIQUE,
Expand Down

0 comments on commit bb90c9f

Please sign in to comment.