public class OidcWellKnownEndpointController
extends org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
OidcWellKnownEndpointController.| Constructor and Description |
|---|
OidcWellKnownEndpointController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<OidcServerDiscoverySettings> |
getWellKnownDiscoveryConfiguration()
Gets well known discovery configuration.
|
org.springframework.http.ResponseEntity<OidcServerDiscoverySettings> |
getWellKnownOpenIdDiscoveryConfiguration()
Gets well known openid discovery configuration.
|
createAuthentication, createService, generateAccessToken, getAccessTokenFactory, getPrincipalFactory, getServicesManager, getTicketRegistry, getValidator, setAccessTokenFactory, setPrincipalFactory, setServicesManager, setTicketRegistry, setValidator@RequestMapping(value="/oidc/.well-known",
method=GET,
produces="application/json")
public org.springframework.http.ResponseEntity<OidcServerDiscoverySettings> getWellKnownDiscoveryConfiguration()
@RequestMapping(value="/oidc/.well-known/openid-configuration",
method=GET,
produces="application/json")
public org.springframework.http.ResponseEntity<OidcServerDiscoverySettings> getWellKnownOpenIdDiscoveryConfiguration()