customDomainUrlWithTenantId property

String? customDomainUrlWithTenantId
final

When using Azure AD B2C with a custom domain or Azure Front Door, the custom domain URL must be used instead of the default login.microsoftonline.com URL. This will change the issuer of the token to the custom domain URL. Example: https://account.examplecompany.com/01234567-89ab-cdef-0123-456789abcdef. More information can be found here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-domain.

Implementation

final String? customDomainUrlWithTenantId;