Class AadAuthorizationServerEndpoints


  • public class AadAuthorizationServerEndpoints
    extends Object
    Used to get endpoints for Microsoft Identity authorization server.
    • Constructor Detail

      • AadAuthorizationServerEndpoints

        public AadAuthorizationServerEndpoints​(String baseUri,
                                               String tenantId)
        Creates a new instance of AadAuthorizationServerEndpoints.
        Parameters:
        baseUri - the base URI
        tenantId - the tenant ID
    • Method Detail

      • getBaseUri

        public String getBaseUri()
        Gets the base URI.
        Returns:
        the base URI
      • getAuthorizationEndpoint

        public String getAuthorizationEndpoint()
        Gets the authorization endpoint.
        Returns:
        the authorization endpoint
      • getTokenEndpoint

        public String getTokenEndpoint()
        Gets the token endpoint.
        Returns:
        the token endpoint
      • getJwkSetEndpoint

        public String getJwkSetEndpoint()
        Gets the JWK set endpoint.
        Returns:
        the JWK set endpoint
      • getEndSessionEndpoint

        public String getEndSessionEndpoint()
        Gets the end session endpoint.
        Returns:
        the end session endpoint