Filter-procedure (List)#

Path: /processing/procedures/filter-procedure

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.

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired
scriptscriptrequiredA JavaScript procedure that can be used to filter items. It should be base-64 encoded to avoid encoding issues
typeenumerationoptionalauthenticatorThe type of the items filtered by this filter.

Was this helpful?