public interface OpenIdClient extends OauthClient
OauthClient
with OpenID specific functionality.OauthClient
Modifier and Type | Method and Description |
---|---|
java.util.Optional<io.micronaut.http.MutableHttpResponse<?>> |
endSessionRedirect(io.micronaut.http.HttpRequest<?> request,
Authentication authentication)
Redirects to the end session endpoint of an OpenID
provider.
|
boolean |
supportsEndSession() |
authorizationRedirect, getName, onCallback
boolean supportsEndSession()
java.util.Optional<io.micronaut.http.MutableHttpResponse<?>> endSessionRedirect(io.micronaut.http.HttpRequest<?> request, Authentication authentication)
EndSessionEndpoint
could not be resolved for the provider.request
- The current requestauthentication
- The current authentication