Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created October 28, 2016 13:26
Show Gist options
  • Save coheigea/003d16c180e98653d60e2ce23a5f6b35 to your computer and use it in GitHub Desktop.
Save coheigea/003d16c180e98653d60e2ce23a5f6b35 to your computer and use it in GitHub Desktop.
JAAS configuration file for the STS
sts {
org.apache.cxf.ws.security.trust.STSLoginModule required
require.roles="true"
disable.on.behalf.of="true"
wsdl.location="https://localhost:${idp.https.port}/fediz-idp-sts/REALMA/STSServiceTransportUT?wsdl"
service.name="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}SecurityTokenService"
endpoint.name="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}TransportUT_Port";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment