Is there a way to pass the locale we want to start the login page on when the login is initiated through a Java Spring SAML SP?
Essentially if the user is on our SP in a different language like Spanish and they click the login button we want to land the user on Keycloak’s login in Spanish. I know you can pass locale in an OIDC login initiated flow but from the SAML perspective we are just grabbing using Spring’s SAML Security and letting it use the SingleSignOnService POST from our SP XML file.
Any help would be apprecited.