Hi,
I am currently migrating a custom IdP from Keycloak 18 WildFly to Keycloak 25. In Keycloak 18 you could set the visible and non visible options or the custom fields through the html template of the IdP.
So when I have migrated the code of my IdP to keycloak 25, it only appears the “Advanced Settings” block configuration, but I would like to show only the " OpenID Connect Config" fields, and then hide some of them like Authorization URL for example.
I know that you cand add custom fields now with getConfigProperties in the idpFactory.java, but i dont know how to deal with the predefined ones.
Thanks in Advance.