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