-
Notifications
You must be signed in to change notification settings - Fork 698
Migrate metadata generation to new SAML2-library #1901
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
Draft
tvdijen
wants to merge
10
commits into
master
Choose a base branch
from
saml2v5_metadata
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+1,183
−1,556
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1901 +/- ##
============================================
- Coverage 44.59% 44.10% -0.49%
+ Complexity 3743 3720 -23
============================================
Files 166 165 -1
Lines 12728 12728
============================================
- Hits 5676 5614 -62
- Misses 7052 7114 +62 |
f49e643 to
31fc0f2
Compare
31fc0f2 to
98228fb
Compare
7cd3f83 to
74d478c
Compare
ccb9b02 to
120a100
Compare
74d478c to
80b1a9d
Compare
e0b429d to
ab9195e
Compare
6004a77 to
58bf8db
Compare
5c9fb2c to
0970efc
Compare
c27831c to
71e49f4
Compare
c06a17a to
a52c98d
Compare
e04a66f to
7dadb82
Compare
…ta (#2082) * MetaDataStorageHandler::getGenerated uses a hook to allow ADFS metadata * fix coding style --------- Co-authored-by: Tim van Dijen <[email protected]>
83dc32c to
b327268
Compare
b327268 to
765dd79
Compare
* Move to existing InvalidDOMElementException * Remove unused and nonexistent use SSODescriptorType * Fix namespace in return * Use language value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims to partially migrate to the new SAML2 library. First run: metadata generation!
To do:
MetadataBuilderclass.MetadataParserclass as a replacement of the oldSAMLParserclass. This class should be able to parse XML metadata into SimpleSAMLphp's array-format. TheSignerclass should become obsolete.MetadataBuilderclass. This also requires us to add a few missing classes to the ws-security library and . Missing classes are: