@ApplicationScoped public class ProviderMetadataContoller extends Object
Constructor and Description |
---|
ProviderMetadataContoller() |
Modifier and Type | Method and Description |
---|---|
javax.json.JsonObject |
getDocument(String providerURI)
Request to the provider
https://example.com/.well-known/openid-configuration to obtain its
Configuration information / document which includes all necessary
endpoints (authorization_endpoint, token_endpoint, userinfo_endpoint,
revocation_endpoint etc), scopes, Claims, and public key location
information (jwks_uri)
|
public javax.json.JsonObject getDocument(String providerURI)
providerURI
- the OpenID Provider's uriCopyright © 2019. All rights reserved.