Diego Lovison created ISPN-12655:
------------------------------------
Summary: Support authentication mechanisms separated by comma
Key: ISPN-12655
URL:
https://issues.redhat.com/browse/ISPN-12655
Project: Infinispan
Issue Type: Enhancement
Components: Security
Affects Versions: 12.1.0.Final
Reporter: Diego Lovison
The current implementation allows only
{noformat}
<rest-connector>
<authentication mechanisms="DIGEST BASIC"/>
</rest-connector>
{noformat}
It will be good allows also
{noformat}
<rest-connector>
<authentication mechanisms="DIGEST,BASIC"/>
</rest-connector>
{noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)