Jan, In this case I'll change the cxf-transport.xml : remove the two endpoints to "realmA" and "realmB", add the referente to my new endpoint.
<jaxws:endpoint id="transportSTSUT" endpointName="ns1:TransportUT_Port" serviceName="ns1:SecurityTokenService" xmlns:ns1=http://docs.oasis-open.org/ws-sx/ws-trust/200512/ wsdlLocation="/WEB-INF/wsdl/ws-trust-1.4-service.wsdl" address="/STSServiceTransportUT" implementor="#transportSTSProviderBean"> <jaxws:properties> <entry key="ws-security.ut.validator" value-ref="jaasUTValidator"/> </jaxws:properties> </jaxws:endpoint> Is that? Thanks, John 2015-03-13 10:12 GMT-03:00 Jan Bernhardt <[email protected]>: > Hi John, > > you need to update the authentication validator at the STS. You can either > use a JAAS DB module, or write your own validator. > > Best regards > Jan > > > > -----Ursprüngliche Nachricht----- > > Von: John Cleber Jaraceski [mailto:[email protected]] > > Gesendet: Freitag, 13. März 2015 13:48 > > An: [email protected] > > Betreff: Connect Fediz to my database of users > > > > Hello. > > > > I would like to connect Fediz IDP to my database of users. But I really > don't know > > how to begin. > > > > Can somebody help me, please. > > > > John >
