AzureActiveDirectoryRegistration |
AzureActiveDirectory.registration() |
Get the registration property: The configuration settings of the Azure Active Directory app registration.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientId(String clientId) |
Set the clientId property: The Client ID of this relying party application, known as the client_id.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateIssuer(String clientSecretCertificateIssuer) |
Set the clientSecretCertificateIssuer property: An alternative to the client secret thumbprint, that is the
issuer of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateSubjectAlternativeName(String clientSecretCertificateSubjectAlternativeName) |
Set the clientSecretCertificateSubjectAlternativeName property: An alternative to the client secret thumbprint,
that is the subject alternative name of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateThumbprint(String clientSecretCertificateThumbprint) |
Set the clientSecretCertificateThumbprint property: An alternative to the client secret, that is the thumbprint
of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretSettingName(String clientSecretSettingName) |
Set the clientSecretSettingName property: The app setting name that contains the client secret of the relying
party application.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withOpenIdIssuer(String openIdIssuer) |
Set the openIdIssuer property: The OpenID Connect Issuer URI that represents the entity which issues access
tokens for this application.
|