Visit Azul.com Support

Security Connectors

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Security Connectors are a collection of Jakarta EE Security adapters that implements industry-standard security protocols, specifications and integrates with third-party security artifacts & components.

The available connectors on Maven central are:

OpenId Connect Client

Implements OpenId Connect standard protocol by implementing Jakarta EE Security HTTP Authentication Mechanism and Identity Store for authentication & authorization using @OpenIdAuthenticationDefinition annotation and also provides access to the user’s profile info, Identity token, Access token, & Refresh token using CDI based injection.

Maven Coordinates: fish.payara.security.connectors:security-connector-oidc-client

OAuth 2.0 Client

Implements OAuth 2.0 standard protocol by implementing Jakarta EE Security HTTP Authentication Mechanism and Identity Store for authorization using @OAuth2AuthenticationDefinition annotation and provides access to the Identity token and Access token using CDI based injection.

Maven Coordinates: fish.payara.security.connectors:security-connector-oauth2-client