Security Token Service (STS)

Stable • Since 1.5.3

Issue, renew and validate security tokens in context of WS-Trust.

Maven coordinates

Create a new project using quarkus-cxf-services-sts on code.quarkus.io or add these coordinates to your existing project:

<dependency>
    <groupId>io.quarkiverse.cxf</groupId>
    <artifactId>quarkus-cxf-services-sts</artifactId>
</dependency>
Check the User guide and especially its Dependency management section for more information about writing applications with CXF Extensions for Quarkus.

Supported standards

Usage

Please find an example in the WS-Trust integration test in the source tree of CXF Extensions for Quarkus while we are working hard on providing a more user friendly text for this page.