Skip to content
Snippets Groups Projects
Commit 6a1b28ca authored by João Ventura's avatar João Ventura Committed by Joao Ventura
Browse files

Issue #3000933 by Tichris59, jcnventura: Support list string type for userinfo mapping

parent 51f07c1e
No related branches found
Tags 8.x-1.0
No related merge requests found
......@@ -617,6 +617,7 @@ class OpenIDConnect {
switch ($property_type) {
case 'string':
case 'string_long':
case 'list_string':
case 'datetime':
$account->set($property_name, $claim_value);
break;
......
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