Interface AzureApiUriResolver
- All Known Implementing Classes:
BasicAzureApiUriResolver
,CustomAzureApiUriResolver
public interface AzureApiUriResolver
Provides addresses of Microsoft Entra ID APIs
- Since:
- 3.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorityApiUrl
(String tenantId) Gives Authority API URL for given tenantdefault String
-
Method Details
-
getGraphApiUrl
String getGraphApiUrl()- Returns:
- The Graph API URL
-
getAuthorityApiUrl
Gives Authority API URL for given tenant- Parameters:
tenantId
- the tenant id- Returns:
- Authority API URL
-
getScopeUrl
-