Web services 删除Websphere中的身份验证

Web services 删除Websphere中的身份验证,web-services,security,websphere,websphere-liberty,server.xml,Web Services,Security,Websphere,Websphere Liberty,Server.xml,当前my server.xml包含以下内容: <basicRegistry id="basic" realm="customRealm"> <user name="user@example.com" password="test"/> </basicRegistry> 我希望始终以用户身份登录user@example.com无需输入任何凭据 如何通过编辑我的server.xml或以其他方式实现这一点?在此处添加了一些选项。TAI选项将执行您想要的操作

当前my server.xml包含以下内容:

<basicRegistry id="basic" realm="customRealm">
  <user name="user@example.com" password="test"/>
</basicRegistry>

我希望始终以用户身份登录user@example.com无需输入任何凭据

如何通过编辑我的server.xml或以其他方式实现这一点?

在此处添加了一些选项。TAI选项将执行您想要的操作。可能重复