Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

The <Handler> element is used to configure generic SP handlers that offer miscellaneous functionality that doesn't fall into the categories covered by other predefined elements.

Typically, if a handler implements a SSO protocol, issues SSO requests, deals with logout, or implements other capabilities baked into the SAML 2.0 specification, it will not use the generic element to configure itself.

Handler types

Handlers are specified via the type= attribute.  They have individual attributes and child elements, as well as the Common Attributes listed below.  The following are available

The following attributes are available on all handlers.

Name

Type

Default

Description

type

string

Required

Plugin type name.

Location

relative path

Required

Path used to invoke handler (when appended to the base handlerURL).

  • No labels