Class ProxyCallbackServlet

    • Constructor Detail

      • ProxyCallbackServlet

        public ProxyCallbackServlet()
    • Method Detail

      • doIt

        protected void doIt​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws Throwable
        Processes the callback from the proxy. This will take the proxy's callback and transform it into the correct transactioin at our end, then get the access token from the proxy.
        The access token also includes the user's meta data (such as subject) and the is used to populate the username in the server. When this is done, the server is ready to do its callback.
        Overrides:
        doIt in class OA2AuthorizationServer
        Parameters:
        request -
        response -
        Throws:
        Throwable