Procedures (Section)#
Path: /processing/procedures
Subsections#
| Name | Type | Description |
|---|---|---|
| token-procedure | List | Token procedures that issue tokens |
| global-script | List | Scripts that provide functions that will be available in all procedures |
| validation-procedure | List | Procedures used to validate input data |
| transformation-procedure | List | Procedures 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 | List | Procedures 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 | List | The Event procedures are used with event listeners to execute code on certain events such as authentication complete or system started |
| claims-provider-procedure | List | Procedure used to provide values for claims |
| saml-attributes-provider-procedure | List | Procedure used to provide values for SAML attributes |
| credential-transformation-procedure | List | Procedures used by credential managers to transform the password |
| pre-processing-procedure | List | Pre processing script applied for specific endpoints |
| post-processing-procedure | List | Post-processing script applied for specific endpoints |