@Singleton public class OpenIDConnectProviderConfiguration extends Object
Constructor and Description |
---|
OpenIDConnectProviderConfiguration(OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory urisFactory)
Constructs a new OpenIDConnectProviderConfiguration.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
getConfiguration(OAuth2Request request)
Gets the OpenId configuration for the OpenId Connect provider.
|
@Inject public OpenIDConnectProviderConfiguration(OAuth2ProviderSettingsFactory providerSettingsFactory, OAuth2UrisFactory urisFactory)
providerSettingsFactory
- An instance of the OAuth2ProviderSettingsFactory.urisFactory
- An instance of OAuth2UrisFactory.public org.forgerock.json.JsonValue getConfiguration(OAuth2Request request) throws OAuth2Exception
request
- The OAuth2 request.UnsupportedResponseTypeException
- If the requested response type is not supported by either the client
or the OAuth2 provider.ServerException
- If any internal server error occurs.OAuth2Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.