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
This is most likely caused by splitting the config from comma here.
@tomrutsaert what was the reason for splitting by , ?
Thanks for this awesome provider!
The text was updated successfully, but these errors were encountered:
PaulGgithub
changed the title
Custom user federation config not allowing commas
[keycloak_custom_user_federation] config not allowing commas
Jan 8, 2021
I have no idea, it has been a while.
Perhaps something I thought the value is supposed to be an array...., I do not know
Is most likely a mistake and thus a bug. It should most likely be config[key] = value
Feel free to make PR to change this behaviour and make test to proof it works
If the
config
fromkeycloak_custom_user_federation
contains a comma, the plugin will ignore everything after the comma from that config.Example:
Debug (note
"configWithComma":["this works"]
):This is most likely caused by splitting the config from comma here.
@tomrutsaert what was the reason for splitting by
,
?Thanks for this awesome provider!
The text was updated successfully, but these errors were encountered: