action authentiq_authorize_iframe { label: "Include a session iframe" description: "An OpenID Connect Session Management iframe to facilitate e.g. single sign-on or remote logouts.\n\nThe iframe implements the OIDC postMessage-based [change notification protocol](http://openid.net/specs/openid-connect-session-1_0.html#ChangeNotification) via which a client can receive notifications about session state changes.\n" provider: authentiq method: GET path: "/{client_id}/iframe" encoding: json input: { type: "object" properties: { client_id: { type: "string" } } required: ["client_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }