Verify Bearer access tokens and authenticate users with Authorization Code Flow in Quarkus applications.
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc</artifactId>
<version>3.17.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Injects TokenIntrospection to verify OIDC tokens in a Quarkus REST endpoint.
Add quarkus.oidc.auth-server-url and quarkus.oidc.client-id properties.
No dependency data recorded yet.