Class AuthorizationServerConfigurationRequest

  • All Implemented Interfaces:
    Message, Request

    @Immutable
    public class AuthorizationServerConfigurationRequest
    extends AbstractRequest
    OAuth 2.0 Authorisation Server (AS) configuration request.

    Example HTTP request:

     GET /.well-known/oauth-authorization-server HTTP/1.1
     Host: example.com
     

    Related specifications:

    • OAuth 2.0 Authorization Server Metadata (RFC 8414)