Interface OpenIdClient

    • Method Detail

      • supportsEndSession

        boolean supportsEndSession()
        Returns:
        True if this client supports end session
      • endSessionRedirect

        java.util.Optional<io.micronaut.http.HttpResponse> endSessionRedirect​(io.micronaut.http.HttpRequest request,
                                                                              Authentication authentication)
        Redirects to the end session endpoint of an OpenID provider. Returns an empty optional if the provider does not support end session or an EndSessionEndpoint could not be resolved for the provider.
        Parameters:
        request - The current request
        authentication - The current authentication
        Returns:
        An optional response