Skip to main content

OAuth2.JWTServer

class OAuth2.JWTServer extends %CSP.Page

OAuth2.JWTServer is a simple CSP page to return JWT specified by request or JWKS specified by client name.

Method Inventory

Parameters

parameter UseSession = 0;
Inherited description: This parameter controls the CSP session support. By default CSP will use a persistent session which holds a license until the session is ended or times out. If you override this then this CSP page will use a transient session which is never persisted.

Methods

classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to generate the content of a csp page.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab