Package io.quarkus.oidc
Annotation Interface Tenant
Annotation which can be used to associate OIDC tenant configurations with the endpoint classes and methods.
When placed on injection points, this annotation can be used to select a tenant associated
with the
TenantIdentityProvider.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueIdentifies an OIDC tenant configurations.
-