@Immutable public class AuthorizationServerConfigurationRequest extends AbstractRequest
Example HTTP request:
GET /.well-known/oauth-authorization-server HTTP/1.1 Host: example.com
Related specifications:
| Modifier and Type | Field | Description |
|---|---|---|
static String |
OAUTH_SERVER_WELL_KNOWN_PATH |
The well-known path for OAuth 2.0 Authorisation Server metadata.
|
| Constructor | Description |
|---|---|
AuthorizationServerConfigurationRequest(Issuer issuer) |
Creates a new OAuth 2.0 Authorisation Server configuration request.
|
| Modifier and Type | Method | Description |
|---|---|---|
HTTPRequest |
toHTTPRequest() |
Returns the matching HTTP request.
|
getEndpointURIpublic static final String OAUTH_SERVER_WELL_KNOWN_PATH
public AuthorizationServerConfigurationRequest(Issuer issuer)
issuer - The issuer. Must represent a valid URL.public HTTPRequest toHTTPRequest()
RequestCopyright © 2018 Connect2id Ltd.. All rights reserved.