Fixing name of the BSTAuthenticator

This commit is contained in:
prabathabey 2015-12-22 03:48:21 +05:30
parent 2b0e1eecab
commit 30cd44a7fb

View File

@ -25,7 +25,7 @@
<ClassName>org.wso2.carbon.webapp.authenticator.framework.authenticator.CertificateAuthenticator</ClassName> <ClassName>org.wso2.carbon.webapp.authenticator.framework.authenticator.CertificateAuthenticator</ClassName>
</Authenticator> </Authenticator>
<Authenticator> <Authenticator>
<Name>OAuth</Name> <Name>BST</Name>
<ClassName>org.wso2.carbon.webapp.authenticator.framework.authenticator.BSTAuthenticator</ClassName> <ClassName>org.wso2.carbon.webapp.authenticator.framework.authenticator.BSTAuthenticator</ClassName>
<Parameters> <Parameters>
<Parameter Name="IsRemote">false</Parameter> <Parameter Name="IsRemote">false</Parameter>