Extending SAML setup

We are using Keycloak as SAML provider for HCL Domino (aka IBM Domino, Lotus Notes). Works like a charm. Only grievance: Domino creates a XML file for the IdP where we had to handpick the values to enter into Keycloak’s IdP configuration screen.

ADFS and TDS ingest that XML directly

I’d like to contribute back an extension where you either could post that XML or have a form to upload it and automatically extract the values.

Where do I start?

Disclaimer: I work for HCL

Disclaimer/

I guess that your XML file is actually SP metadata file (there is SPSSODescriptor tag) and that’s already supported. You can import it and Keycloak is able to create client definition based on that. There is also API for that.