Keycloak REST API to add a LDAP provider

Hi

I’ve successfully followed the steps in Server Administration Guide to add a LDAP provider to my environment. But, looking in the Keycloak Admin REST API 12.0 document, I can’t find a REST API to add a LDAP provider. Does one exist?

Thanks
tl

Please use browser and find which API is used. My guess: some /{realm}/components/*

1 Like

Thanks for this tip!
tl

I confirm I use /component

Thank you for this confirmation. Using Google Chrome’s developer tools, I found the same thing.