Class AzureSettings
java.lang.Object
org.silverpeas.sso.azure.settings.AzureSettings
- Author:
- silveryocha
-
Method Summary
-
Method Details
-
getTenantAuthorityPath
Gets the tenant authority URI- Returns:
- uri as string.
-
getClientId
Gets the client identifier.- Returns:
- identifier as string.
-
getClientSecretKey
Gets the client secret key.- Returns:
- key as base64 string.
-
getSilverpeasDomainId
Gets the silverpeas domain identifier.- Returns:
- a string.
-
getScopes
Gets the OAuth2/OIDC scopes to request to Microsoft Entra ID (Azure AD).- Returns:
- a set of scopes.
-