Class OpenIDConnectConfig
java.lang.Object
com.tremolosecurity.idp.providers.oidc.model.OpenIDConnectConfig
-
Constructor Summary
ConstructorDescriptionOpenIDConnectConfig
(String authUrl, jakarta.servlet.http.HttpServletRequest request, MapIdentity mapper) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OpenIDConnectConfig
public OpenIDConnectConfig(String authUrl, jakarta.servlet.http.HttpServletRequest request, MapIdentity mapper) throws MalformedURLException - Throws:
MalformedURLException
-
-
Method Details
-
getIssuer
-
getAuthorization_endpoint
-
getToken_endpoint
-
getUserinfo_endpoint
-
getRevocation_endpoint
-
getJwks_uri
-
getResponse_types_supported
-
getSubject_types_supported
-
getId_token_signing_alg_values_supported
-
getScopes_supported
-
getToken_endpoint_auth_methods_supported
-
getClaims_supported
-
getCode_challenge_methods_supported
-