WP110 Refactor uib_feide_openid_connect_pre_authorize
Compare changes
- Are Johannessen authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 30
− 28
@@ -28,40 +28,42 @@ function uib_feide_openid_connect_pre_authorize($account, array $context) : bool
@@ -28,40 +28,42 @@ function uib_feide_openid_connect_pre_authorize($account, array $context) : bool
$domains_allowed = explode("\r", str_replace(["\r\n", "\n"], "\r", $config->get('domains_allowed') ?: ''));
$roles_allowed = explode("\r", str_replace(["\r\n", "\n"], "\r", $config->get('roles_allowed') ?: ''));