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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,7 @@ 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
self::DEBUG_PREFIX . 'Invalid configuration: no URL with location of Perun registrar ' . 'has been configured. Use option \'' . self::REGISTRAR_URL . '\' to configure the location of Perun' . 'registration component.'
if (empty($this->registrationLinkAttr) && empty($this->registrarUrl)) {
115
+
thrownewException(
116
+
self::DEBUG_PREFIX . 'Invalid configuration: filter should handle unsatisfied membership via registration, but neither registrarUrl nor registrationLinkAttr have been configured. Use option \'' . self::REGISTRAR_URL . '\' to configure the registrar location or/and option \'' . self::REGISTRATION_LINK_ATTR . '\' to configure attribute for Service defined registration link.'
0 commit comments