Fixing kerberos test
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1528300d Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1528300d Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1528300d Branch: refs/heads/master Commit: 1528300d9bd1d3550cdcef274ed1786203cc3e64 Parents: 6e194ab Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Apr 9 12:14:04 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu Apr 9 12:14:04 2015 +0100 ---------------------------------------------------------------------- systests/kerberos/src/test/resources/idp/security-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1528300d/systests/kerberos/src/test/resources/idp/security-config.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/src/test/resources/idp/security-config.xml b/systests/kerberos/src/test/resources/idp/security-config.xml index 7b1b22a..4fe3da2 100644 --- a/systests/kerberos/src/test/resources/idp/security-config.xml +++ b/systests/kerberos/src/test/resources/idp/security-config.xml @@ -101,7 +101,7 @@ <property name="serviceName" value="[email protected]"/> </bean>--> - <bean id="stsAuthProvider" class="org.apache.cxf.fediz.service.idp.STSAuthenticationProvider"> + <bean id="stsAuthProvider" class="org.apache.cxf.fediz.service.idp.STSKrbAuthenticationProvider"> <!--<property name="wsdlLocation" value="https://localhost:0/fediz-idp-sts/${realm.STS_URI}/STSServiceTransportUT?wsdl"/> <property name="wsdlEndpoint" value="TransportUT_Port"/> --> <property name="wsdlLocation" value="https://localhost:0/fediz-idp-sts/${realm.STS_URI}/STSServiceTransportKerberos?wsdl"/>
