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.
Checks whether the user is in the given VO (group). If not, redirects him/her to the registration.
316
+
317
+
Configuration options:
318
+
*`registrationUrl`: URL to the registration
319
+
*`voShortName`: VO shortname to check the user's membership
320
+
*`groupName`: OPTIONAL, checks that user is in given group
321
+
*`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,
322
+
*`interface`: specifies what interface of Perun should be used to fetch data. See class `SimpleSAML\Module\perun\PerunAdapter` for more details.
0 commit comments