Skip to content

Commit e8db5dd

Browse files
Revert uw-saml-pyton back to where it was before I tried to fix Azure… (#53)
* Revert uw-saml-pyton back to where it was before we tried to fix AzureIdp issues. * [Bot] Update version to 1.2.7 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 740f352 commit e8db5dd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uw-saml"
3-
version = "1.2.6"
3+
version = "1.2.7"
44
description = "A UW-specific adapter to the python3-saml package."
55
authors = []
66
license = "Apache 2.0"

uw_saml2/idp/federated.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class CascadiaAzureIdp(IdpConfig):
6666
wJPxARowqyxR5q6PWX5JzOtFzuCx0vJ/jI0o8iAg53fOitgDFj3E6/qxjPhoDY+Q
6767
Pq4dr8god4m9Nr6k8kFWBbL2sXn1GC72SDeuvk0Q4X3t8tLb
6868
"""
69-
security = {"requestedAuthnContext": True}
7069

7170

7271
class CollegenetIdp(IdpConfig):
@@ -141,7 +140,6 @@ class FredHutchAzureIdp(IdpConfig):
141140
fMU1NZFfOfsaDjM18iSBDcsYIDeSadDh8knyFRxYGXHYrifEEq5qZBgnXXhYZLse
142141
4BimG9X9nynGlI6QcU5Qj7gnddQOQpk2OFFAGoUBw+vQaZNZLDGGcyvbRaueuXSh
143142
4gzm/WDtjnJ/Cod/Qg8OfJLEARBkLQZpvCFlTDFJ1dkDDRMC"""
144-
security = {"requestedAuthnContext": True}
145143

146144

147145
class SccaIdp(IdpConfig):

0 commit comments

Comments
 (0)