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
The documentation of this Client is missing some important info on how to use it.
For Example:
I was having a hard time understanding how to send the data to add a social login to a user until i finally found this comment on a issue that helped me:
So you have to send:
$this->keycloakAdminClient->updateClient([
"realm" => 'evolutto',
"id" => $client["id"],
// here the values to update
]);
If there are more people that started using this client recently and don't understand how to send the data to update or create something, i leave this issue to try to help.
The text was updated successfully, but these errors were encountered:
Hi;
The documentation of this Client is missing some important info on how to use it.
For Example:
I was having a hard time understanding how to send the data to add a social login to a user until i finally found this comment on a issue that helped me:
If there are more people that started using this client recently and don't understand how to send the data to update or create something, i leave this issue to try to help.
The text was updated successfully, but these errors were encountered: