OAuth2.JWTServer
Class OAuth2.JWTServer Extends %CSP.Page [ System = 4 ]
OAuth2.JWTServer is a simple CSP page to return JWT specified by request or JWKS specified by client name.
Parameters
UseSession
Parameter UseSession = 0;
CSPURL
Parameter CSPURL = "/csp/sys/oauth2/OAuth2.JWTServer.cls";
Methods
OnPreHTTP
ClassMethod OnPreHTTP() As %Boolean
OnPage
ClassMethod OnPage() As %Status
GetPublicJWKS
ClassMethod GetPublicJWKS(clientName) As %String [ Private ]