Fediz simpleWebapp没有按预期工作

时间:2015-12-03 16:06:59

标签: saml-2.0 cxf-fediz

我已按照自述文件和http://cxf.apache.org/网站中的说明设置了两台Tomcat服务器。 IDP服务器的测试工作;我可以看到Web服务的WSDL。但是当我去https://localhost:8443/fedizhelloworld/secure/fedservlet时,我只是得到一个空白页。

IDP服务器的日志输出显示:

16:56:45.379 [http-nio-9080-exec-7] DEBUG o.a.c.a.AuthenticatorBase - Security checking request GET /fediz-idp-sts/REALMA/STSServiceTransport
16:56:45.380 [http-nio-9080-exec-7] DEBUG org.apache.catalina.realm.RealmBase -   No applicable constraints defined
16:56:45.381 [http-nio-9080-exec-7] DEBUG o.a.c.a.AuthenticatorBase -  Not subject to any constraint

在RP服务器上,我看到:

16:58:04.941 [http-bio-8443-exec-3] DEBUG o.a.c.a.FormAuthenticator - WsFedAuthenticator:invoke()
16:58:04.941 [http-bio-8443-exec-3] DEBUG o.a.c.a.AuthenticatorBase - Security checking request GET /fedizhelloworld/secure/fedservlet
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.a.FormAuthenticator - authenticate invoked
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.a.FormAuthenticator - reading configuration for context path: /fedizhelloworld
16:58:04.942 [http-bio-8443-exec-3] INFO  o.a.c.a.FormAuthenticator - No valid principal found in existing session. Redirecting to IDP
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - Issuer url: https://localhost:9443/fediz-idp/federation
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - WAuth: null
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - WReq: null
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - HomeRealm: null
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - Freshness: null
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - SignIn Query: null
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - wreply=https://localhost:8443/fedizhelloworld/secure/fedservlet
16:58:04.942 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - wtrealm=urn:org:apache:cxf:fediz:fedizhelloworld
16:58:04.943 [http-bio-8443-exec-3] DEBUG o.a.c.f.c.p.FederationProcessorImpl - wctx=b6ae9556-5e4f-49ca-a9ee-493403cf1ab3
16:58:04.943 [http-bio-8443-exec-3] DEBUG o.a.c.a.FormAuthenticator - Save request in session '271D4C59304744F60BDF1B84B386896C'
16:58:04.943 [http-bio-8443-exec-3] DEBUG o.a.c.a.AuthenticatorBase -  Failed authenticate() test

README承诺:

  

浏览器被重定向到IDP并提示输入用户名和密码。

但我只是得到一个包含网址https://localhost:9443/fediz-idp/federation?wa=wsignin1.0&wreply=https%3A%2F%2Flocalhost%3A8443%2Ffedizhelloworld%2Fsecure%2Ffedservlet&wtrealm=urn%3Aorg%3Aapache%3Acxf%3Afediz%3Afedizhelloworld&wct=2015-12-03T15%3A58%3A04.942Z&wctx=b6ae9556-5e4f-49ca-a9ee-493403cf1ab3

的空白页面

我的猜测是配置有问题但是什么?

1 个答案:

答案 0 :(得分:0)

确保在IDP服务器上部署了WAR(fediz-idp.warfediz-idp-sts.war)。

如果有,您应该在Not subject to any constraint之后看到此输出:

2015-12-04 10:19:25,030 [http-nio-9443-exec-8] INFO  org.apache.cxf.fediz.service.idp.STSPortFilter  - STSAuthenticationProvider.wsdlLocation set to https://localhost:9443/fediz-idp-sts/REALMA/STSServiceTransportUT?wsdl
2015-12-04 10:19:25,117 [http-nio-9443-exec-8] INFO  org.springframework.web.context.support.GenericWebApplicationContext  - Refreshing Flow ApplicationContext [federation]: startup date [Fri Dec 04 10:19:25 CET 2015]; parent: WebApplicationContext for namespace 'idp-servlet'
2015-12-04 10:19:25,118 [http-nio-9443-exec-8] INFO  org.springframework.beans.factory.support.DefaultListableBeanFactory  - Replacing scope 'request' from [org.springframework.web.context.request.RequestScope@447feb96] to [org.springframework.web.context.request.RequestScope@2709bb72]
2015-12-04 10:19:25,129 [http-nio-9443-exec-8] INFO  org.apache.cxf.fediz.service.idp.service.jpa.DBInitApplicationListener  - Inital DB already loaded
2015-12-04 10:19:25,131 [http-nio-9443-exec-8] INFO  org.apache.cxf.fediz.service.idp.service.jpa.DBInitApplicationListener  - Inital DB already loaded