-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Add artifact binding for ACS #237
base: master
Are you sure you want to change the base?
Add artifact binding for ACS #237
Commits on Jan 14, 2021
-
Add basic support for the SAML2 Artifact Binding.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 38d559d - Browse repository at this point
Copy the full SHA 38d559dView commit details -
Add basic support for the metadata parser to parse the artifactResolu…
…tionService
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d9fb072 - Browse repository at this point
Copy the full SHA d9fb072View commit details -
Oops, I reversed the certs/key options for Requests.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b57911 - Browse repository at this point
Copy the full SHA 3b57911View commit details -
Add signing to the ArtifactResolve message. It looks like it is requi…
…red for Digi-ID.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 34c084d - Browse repository at this point
Copy the full SHA 34c084dView commit details -
Alexander Schrijver committed
Jan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 68ecd46 - Browse repository at this point
Copy the full SHA 68ecd46View commit details -
Oops, use the proper error message
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a1140a3 - Browse repository at this point
Copy the full SHA a1140a3View commit details -
Undo the 'check_signatures' hack I introduced earlier.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 88ff692 - Browse repository at this point
Copy the full SHA 88ff692View commit details -
The metadataparser now sets artifactResolutionService. Adapt the test…
…s accordingly.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 4acbf90 - Browse repository at this point
Copy the full SHA 4acbf90View commit details -
Load the soap SSL/TLS key from the security setting instead.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 9c25d05 - Browse repository at this point
Copy the full SHA 9c25d05View commit details -
Alexander Schrijver committed
Jan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for aec78a2 - Browse repository at this point
Copy the full SHA aec78a2View commit details -
Ignore the Advice section when looking for signatures.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 8047805 - Browse repository at this point
Copy the full SHA 8047805View commit details -
Refactor the way the SAML Artifact are processed. In the previous setup
I used 1 artifactResolutionService (the first) and it was parsed from the metadata file. However, in the metadata file I am using, the same URL is used, with two different indexes. Since the wrong index was returned, this caused errors. Another implementation would be to just ignore the index/url returned in the SAML artifact.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 41f7cf2 - Browse repository at this point
Copy the full SHA 41f7cf2View commit details -
Onelogin's XML to string method messes up the XML, making the signatu…
…re invalid.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 3391a69 - Browse repository at this point
Copy the full SHA 3391a69View commit details -
Make sure the error code is passed on, when validation error is re-ra…
…ised.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for db856a7 - Browse repository at this point
Copy the full SHA db856a7View commit details -
Use defusedxml instead of lxml directly.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for e5664d7 - Browse repository at this point
Copy the full SHA e5664d7View commit details -
Alexander Schrijver committed
Jan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 1809527 - Browse repository at this point
Copy the full SHA 1809527View commit details -
Various small documentation/text fixes I noticed going through the code.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0fe4fe5 - Browse repository at this point
Copy the full SHA 0fe4fe5View commit details -
Allow the user to distinguish between technical errors and AuthnFailed.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2bbccc8 - Browse repository at this point
Copy the full SHA 2bbccc8View commit details -
Make sure the status code of the ArtifactResponse is checked as well.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 76e88d4 - Browse repository at this point
Copy the full SHA 76e88d4View commit details -
Incorporate 'artifact_resolve' into the normal 'process_response' met…
…hod.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for f4fd4b9 - Browse repository at this point
Copy the full SHA f4fd4b9View commit details -
Add tests for Artifact Resolve/Artifact Binding using the OneLogin_Sa…
…ml2_Auth class
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 11a8beb - Browse repository at this point
Copy the full SHA 11a8bebView commit details -
Alexander Schrijver committed
Jan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 931ba1f - Browse repository at this point
Copy the full SHA 931ba1fView commit details -
Add a rudimentary test for the error case when using OneLogin_Saml2_Auth
to do ArtifactResolve/Artifact Binding.
Alexander Schrijver committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for cf68798 - Browse repository at this point
Copy the full SHA cf68798View commit details
Commits on Jan 28, 2021
-
Add test for ArtifactResponse parsing using the new Artifact_Response…
… class.
Alexander Schrijver committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 27d1c28 - Browse repository at this point
Copy the full SHA 27d1c28View commit details -
Add responses to the dependencies and add a missing comma.
Alexander Schrijver committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 87e91c2 - Browse repository at this point
Copy the full SHA 87e91c2View commit details
Commits on Jan 29, 2021
-
Add the ability to change the ProtocolBinding in the authn request.
Alexander Schrijver committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for d7c9126 - Browse repository at this point
Copy the full SHA d7c9126View commit details