-
Notifications
You must be signed in to change notification settings - Fork 85
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
bug(saml): Need to parse SP metadata from XML to post to KC in individual elements #7777
Milestone
Comments
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added saml xsd metadata * added www.w3.org metadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added ContactPerson metadata object * added Endpoint and IndexEndpoint metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added EntityDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added SPSSODescriptor metadata object * added SSODescriptor metadata object * added RoleDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added SAMLMetadata wrapper object Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added KeyDescriptor metadata object * added Localizedtext metadata object * added Organization metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added various digital signature models Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added xml encryption objects Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* housekeeping for schema directories Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added various utility classes to support metadata parsing Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added builder for SAMLMetadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added EndpointBuilder helper * added IndexedEndpointBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added EntityDescriptorBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added ContactPersonBuilder * added EndpointBuilder * added IndexedEndpointBuilder * added KeyDescriptorBuilder * added LocalizedTextBuilder * added OrganizationBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* added RoleDescriptorBuilder * added SSODescriptorBuilder * added SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* removed debugging statement from XPathUtils Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* renamed method in EntityDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* minor changes to RoleDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
*minor changes to SAMLMetadataBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
*minor changes to SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* minor changes to SSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
* adjustments related to code quality Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech
added a commit
that referenced
this issue
Feb 27, 2024
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
yuriyz
pushed a commit
that referenced
this issue
Mar 8, 2024
* fix(keycloak-integration): saml metadata parsing #7777 * added saml xsd metadata * added www.w3.org metadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added ContactPerson metadata object * added Endpoint and IndexEndpoint metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EntityDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added SPSSODescriptor metadata object * added SSODescriptor metadata object * added RoleDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added SAMLMetadata wrapper object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added KeyDescriptor metadata object * added Localizedtext metadata object * added Organization metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added various digital signature models Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added xml encryption objects Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 * housekeeping for schema directories Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added various utility classes to support metadata parsing Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added builder for SAMLMetadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EndpointBuilder helper * added IndexedEndpointBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EntityDescriptorBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added ContactPersonBuilder * added EndpointBuilder * added IndexedEndpointBuilder * added KeyDescriptorBuilder * added LocalizedTextBuilder * added OrganizationBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added RoleDescriptorBuilder * added SSODescriptorBuilder * added SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metatata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * removed debugging statement from XPathUtils Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * renamed method in EntityDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * minor changes to RoleDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 *minor changes to SAMLMetadataBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 *minor changes to SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * minor changes to SSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * adjustments related to code quality Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> --------- Signed-off-by: Rolain Djeumen <uprightech@gmail.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
yuriyz
pushed a commit
that referenced
this issue
Nov 7, 2024
* fix(keycloak-integration): saml metadata parsing #7777 * added saml xsd metadata * added www.w3.org metadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added ContactPerson metadata object * added Endpoint and IndexEndpoint metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EntityDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added SPSSODescriptor metadata object * added SSODescriptor metadata object * added RoleDescriptor metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added SAMLMetadata wrapper object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added KeyDescriptor metadata object * added Localizedtext metadata object * added Organization metadata object Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added various digital signature models Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added xml encryption objects Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 * housekeeping for schema directories Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added various utility classes to support metadata parsing Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added builder for SAMLMetadata Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EndpointBuilder helper * added IndexedEndpointBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added EntityDescriptorBuilder helper Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added ContactPersonBuilder * added EndpointBuilder * added IndexedEndpointBuilder * added KeyDescriptorBuilder * added LocalizedTextBuilder * added OrganizationBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * added RoleDescriptorBuilder * added SSODescriptorBuilder * added SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metatata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * removed debugging statement from XPathUtils Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * renamed method in EntityDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * minor changes to RoleDescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 *minor changes to SAMLMetadataBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 *minor changes to SPSSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * minor changes to SSODescriptorBuilder Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 * adjustments related to code quality Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parser #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(keycloak-integration): saml metadata parsing #7777 Signed-off-by: Rolain Djeumen <uprightech@gmail.com> --------- Signed-off-by: Rolain Djeumen <uprightech@gmail.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Former-commit-id: 53ef338
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This does not work. Config API cannot parse SAML TR XML file.
Expected behavior
Need to parse out individual data and post to KC API.
The text was updated successfully, but these errors were encountered: