Class AzureClientAssertionApi
java.lang.Object
com.github.scribejava.core.builder.api.DefaultApi20
com.github.scribejava.apis.microsoftazureactivedirectory.BaseMicrosoftAzureActiveDirectoryApi
com.github.scribejava.apis.MicrosoftAzureActiveDirectory20Api
com.microsoft.jenkins.azuread.scribe.AzureAdApi
com.microsoft.jenkins.azuread.scribe.AzureClientAssertionApi
Custom ScribeJava API for flows authenticating with a client assertion,
i.e. certificate-based authentication and Workload Identity Federation.
When authenticating to Entra ID, this class replaces the normal
client_secret parameter with a client_assertion and
client_assertion_type. The assertion is produced by the given
factory, which receives the token endpoint (the required aud
claim for certificate-signed assertions).
-
Field Summary
Fields inherited from class com.github.scribejava.apis.microsoftazureactivedirectory.BaseMicrosoftAzureActiveDirectoryApi
COMMON_TENANT -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureClientAssertionApicom.github.scribejava.core.oauth2.clientauthentication.ClientAuthenticationMethods inherited from class com.microsoft.jenkins.azuread.scribe.AzureAdApi
custom, getAccessTokenEndpoint, getAuthorizationBaseUrl, getLogoutUrlMethods inherited from class com.github.scribejava.apis.MicrosoftAzureActiveDirectory20Api
custom, getBearerSignature, getEndpointVersionPath, instanceMethods inherited from class com.github.scribejava.core.builder.api.DefaultApi20
createService, getAccessTokenExtractor, getAccessTokenVerb, getAuthorizationUrl, getDeviceAuthorizationEndpoint, getDeviceAuthorizationExtractor, getRefreshTokenEndpoint, getRevokeTokenEndpoint
-
Method Details
-
custom
-
getClientAuthentication
public com.github.scribejava.core.oauth2.clientauthentication.ClientAuthentication getClientAuthentication()- Overrides:
getClientAuthenticationin classcom.github.scribejava.apis.microsoftazureactivedirectory.BaseMicrosoftAzureActiveDirectoryApi
-