Interface AzureApiUriResolver

All Known Implementing Classes:
BasicAzureApiUriResolver, CustomAzureApiUriResolver

public interface AzureApiUriResolver
Provides addresses of Microsoft Entra ID APIs
Since:
3.2.0
  • Method Details

    • getGraphApiUrl

      String getGraphApiUrl()
      Returns:
      The Graph API URL
    • getAuthorityApiUrl

      String getAuthorityApiUrl(String tenantId)
      Gives Authority API URL for given tenant
      Parameters:
      tenantId - the tenant id
      Returns:
      Authority API URL
    • getScopeUrl

      default String getScopeUrl()