Class AadAuthorizationServerEndpoints
java.lang.Object
com.azure.spring.cloud.autoconfigure.aad.properties.AadAuthorizationServerEndpoints
Used to get endpoints for Microsoft Identity authorization server.
-
Constructor Summary
ConstructorDescriptionAadAuthorizationServerEndpoints
(String baseUri, String tenantId) Creates a new instance ofAadAuthorizationServerEndpoints
. -
Method Summary
Modifier and TypeMethodDescriptionGets the authorization endpoint.Gets the base URI.Gets the end session endpoint.Gets the JWK set endpoint.Gets the token endpoint.
-
Constructor Details
-
AadAuthorizationServerEndpoints
Creates a new instance ofAadAuthorizationServerEndpoints
.- Parameters:
baseUri
- the base URItenantId
- the tenant ID
-
-
Method Details
-
getBaseUri
Gets the base URI.- Returns:
- the base URI
-
getAuthorizationEndpoint
Gets the authorization endpoint.- Returns:
- the authorization endpoint
-
getTokenEndpoint
Gets the token endpoint.- Returns:
- the token endpoint
-
getJwkSetEndpoint
Gets the JWK set endpoint.- Returns:
- the JWK set endpoint
-
getEndSessionEndpoint
Gets the end session endpoint.- Returns:
- the end session endpoint
-