Hello,
I’m integrating keycloak 20 by saml to IDP that accepts saml2:Extensions element for authentication page language, for example:
…
<samlp:Extensions>
<vetum xmlns="urn:vetum:SAML:2.0:extensions">
<LG>en</LG>
</vetum>
</samlp:Extensions>
</samlp:AuthnRequest>
How could I configure keycloak identity provider to add this extension element to AuthRequest?
regards, Matti