Hynek Švábek created WFLY-6407:
----------------------------------
Summary: IdentityUrl element has changed but XSD schema not
Key: WFLY-6407
URL:
https://issues.jboss.org/browse/WFLY-6407
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Depending on this Jira issue
https://issues.jboss.org/browse/PLINK-695
there are some changes about IdentityUrl element. Now you can define <Provider> in
picketlink.xml like this:
{code}
<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:2.1"
ServerEnvironment="tomcat"
BindingType="${bindingType}">
<IdentityURL>
<Provider DefaultUrl="http://${hostname}:8080/${idpContextPath}/"
Type="org.picketlink.test.integration.federation.saml.util.CustomIdentityURLProvider"
Page="/selectDomain.jsp"/>
</IdentityURL>
<ServiceURL>http://${hostname}:8080/${deployment}/</ServiceURL>
</PicketLinkSP>
{code}
But there are missing relevant changes in XSD schema (picketlink_v2.1.xsd).
Here is link for related commit
https://github.com/jbossas/redhat-picketlink/blob/eap-7.x/modules/config/....
There is version 2.5.5.SP1 in EAP7.0.0.ER6.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)