@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 and Description |
|---|---|
static String |
OPENID_PROVIDER_WELL_KNOWN_PATH
The well-known path for OpenID Connect provider metadata.
|
| Constructor and Description |
|---|
OIDCProviderConfigurationRequest(Issuer issuer)
Creates a new OpenID Connect provider configuration request.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
toHTTPRequest()
Returns the matching HTTP request.
|
getEndpointURIpublic static final String OPENID_PROVIDER_WELL_KNOWN_PATH
public OIDCProviderConfigurationRequest(Issuer issuer)
issuer - The OpenID issuer. Must represent a valid URL.public HTTPRequest toHTTPRequest()
RequestCopyright © 2018 Connect2id Ltd.. All rights reserved.