<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <% System.out.println("authorize.jsp"); String appDesc = (String)request.getAttribute("CONS_DESC"); String token = (String)request.getAttribute("TOKEN"); String callback = (String)request.getAttribute("CALLBACK"); if(callback == null) callback = ""; %> Your Friendly OAuth Provider

"<%=appDesc%>" is trying to access your information.

Enter the userId you want to be known as: