Hi, On Fri, Mar 29, 2019 at 10:41 AM Arnaud Yahoo <[email protected]> wrote:
> > It seems sometimes UUID is not valid when it starts with a number > Fixed here: https://issues.apache.org/jira/browse/FEDIZ-239 > Another question it seems NamedID policy is hard-coded with > "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" Is there any way > to configure another valid policy like > urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified ? (it seems they > would prefer that way) > You can supply your own SAMLPRequestBuilder implementation in the Fediz configuration via the "authnRequestBuilder" configuration property. That said I've also merged a fix so that you can set the nameId policy format via a setter on the DefaultSAMLPRequestBuilder, to avoid having to re-implement the logic. Colm. > > Thanks, > > Arnaud > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
