Hynek Švábek created WFLY-6839:
----------------------------------
Summary: It is impossible configure KeyStore ValidatingAlias in
picketlink-federation subsystem same as in picketlink.xml
Key: WFLY-6839
URL:
https://issues.jboss.org/browse/WFLY-6839
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Hynek Švábek
Assignee: Alexey Loubyansky
In picketlink.xml configuration file I can define multiple ValidatingAlias for same
certificate alias.
{code}
<KeyProvider
ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
...
...
<ValidatingAlias Key="localhost" Value="servercert" />
<ValidatingAlias Key="127.0.0.1" Value="servercert" />
</KeyProvider>
{code}
But in subsystem configuration I cannot do this.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)