Skip to content
Snippets Groups Projects
Commit d7887701 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Add saml:Extensions to metadata if defined in config

parent 5a9b271b
No related branches found
No related tags found
No related merge requests found
......@@ -878,6 +878,11 @@ class SAML2
}
}
if ($config->hasValue('saml:Extensions')) {
$metadata['saml:Extensions'] = $config->getArray('saml:Extensions');
}
if ($config->hasValue('UIInfo')) {
$metadata['UIInfo'] = $config->getArray('UIInfo');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment