Package com.okta.spring.boot.oauth.env
Class OIDCMetadata
java.lang.Object
com.okta.spring.boot.oauth.env.OIDCMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionOIDCMetadata
(String issuerWithPathKey) OIDCMetadata
(org.springframework.http.ResponseEntity<String> response) Fetch metadata from the ${issuer}/.well-known/openid-configuration endpoint -
Method Summary
-
Constructor Details
-
OIDCMetadata
-
OIDCMetadata
public OIDCMetadata(org.springframework.http.ResponseEntity<String> response) throws com.fasterxml.jackson.core.JsonProcessingException Fetch metadata from the ${issuer}/.well-known/openid-configuration endpoint- Parameters:
response
- well known metadata response- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-
Method Details
-
isAuth0
public boolean isAuth0() -
getClientAuthenticationMethod
-
getScope
-
getJwkSetURI
-
getAuthorizationURI
-
getTokenURI
-
getUserInfoURI
-
getIntrospectionURI
-