Add onelogin.saml2.organization.lang attribute #107
Add onelogin.saml2.organization.lang attribute #107pitbulk merged 1 commit intoSAML-Toolkits:masterfrom
Conversation
|
That PR includes not only the lang stuff, but a change on SamlResponse.java I'm still thinking about how I gonna support multiple x509certs on Java as I already implemented it on the rest of toolkits, so can't merge that part. Can you isolate the PR, adding only the "lang" part? |
|
Sorry, the PR was meant to include only the first three commits, I should have put the multiple cert part in another branch. I will clean that later today. About the multiple Idp Cert, would you be interested in a PR changing the |
|
I cleaned the master branch |
I put the attribute into the
Organization, class, and overloaded the constructors, leaving the existing ones with a "en" default value.This PR allows us to change this attribute without breaking existing configurations (including programmatic ones), even though it won't fully answer issue #102