authority property
The Authority URL for Microsoft identity platform.
This usually follows the format "https://login.microsoftonline.com/{tenantId}" where {tenantId} is your Azure AD tenant ID or directory ID. You can also use "common" for multi-tenant applications.
More information about the authority URL can be found in Microsoft's documentation on authentication endpoints.
Implementation
final String authority;