Procedures (Section)#

Path: /processing/procedures

Subsections#

NameTypeDescription
token-procedure ListToken procedures that issue tokens
global-script ListScripts that provide functions that will be available in all procedures
validation-procedure ListProcedures used to validate input data
transformation-procedure ListProcedures used to transform a map of data into another map of data.A specialized version if this is name transformation, where the input data contains a subjectand the output contains a transformed version of that subject.
filter-procedure ListProcedures used for filtering. The procedure’s result function should return a boolean where true means keep. A common use of filter procedures is to filter authenticators for OAuth clients or Service Providers.
event-listener-procedure ListThe Event procedures are used with event listeners to execute code on certain events such as authentication complete or system started
claims-provider-procedure ListProcedure used to provide values for claims
saml-attributes-provider-procedure ListProcedure used to provide values for SAML attributes
credential-transformation-procedure ListProcedures used by credential managers to transform the password
pre-processing-procedure ListPre processing script applied for specific endpoints
post-processing-procedure ListPost-processing script applied for specific endpoints

Was this helpful?