You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: config-templates/processFilterConfigurations-example.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,15 +297,38 @@ Configuration options:
297
297
*`vo_short_names_attr`: mapping to the attribute containing shortnames of the VOs for which the service has resources (gives access to the groups).
298
298
*`registration_link_attr`: mapping to the attribute containing custom service registration link. Filter adds the callback URL, to which to redirect user after the registration, as query string in form of 'callback=URL'.
299
299
*`allow_registration_attr`: mapping to the attribute containing flag, if registration in case of denied access is enabled
Checks whether the user is in the given VO (group). If not, redirects him/her to the registration.
318
+
319
+
Configuration options:
320
+
*`registrationUrl`: URL to the registration
321
+
*`voShortName`: VO shortname to check the user's membership
322
+
*`groupName`: OPTIONAL, checks that user is in given group
323
+
*`callbackParameterName`: name of the parameter wich will hold callback URL, where the user should be redirected after the AUP approval on URL configured in the `approval_url` property,
324
+
*`interface`: specifies what interface of Perun should be used to fetch data. See class `SimpleSAML\Module\perun\PerunAdapter` for more details.
0 commit comments