Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially remove saml monkey patch #5169

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Partially remove saml monkey patch #5169

merged 3 commits into from
Nov 17, 2023

Conversation

jorg-vr
Copy link
Contributor

@jorg-vr jorg-vr commented Nov 17, 2023

This pull request reduces the amount of code that is monkey patched in our implementation of SAML.

The def add_extras(root, _settings) is overwritten as specified.

I still had to monkeypatch add_root_element to add the extra namespace required by belnet.

  • Tests were added

Closes #3396

@jorg-vr jorg-vr added the chore Repository/build/dependency maintenance label Nov 17, 2023
@jorg-vr jorg-vr self-assigned this Nov 17, 2023
@jorg-vr jorg-vr requested a review from a team as a code owner November 17, 2023 14:29
@jorg-vr jorg-vr requested review from bmesuere and niknetniko and removed request for a team November 17, 2023 14:29
@jorg-vr jorg-vr merged commit 3586556 into main Nov 17, 2023
13 checks passed
@jorg-vr jorg-vr deleted the chore/remove-monkey-patch branch November 17, 2023 14:50
@bmesuere bmesuere added the no-release-notes Pull requests that should not show up in release notes label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Repository/build/dependency maintenance no-release-notes Pull requests that should not show up in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove SAML metadata monkeypatches
3 participants