[KEYCLOAK-13995] fixed ClientMappers update capabilities of Admin REST API endpoint.
This commit is contained in:
parent
48b1b2b7de
commit
b3a88d6509
1 changed files with 1 additions and 0 deletions
|
@ -701,6 +701,7 @@ public class ClientResource {
|
||||||
}
|
}
|
||||||
|
|
||||||
RepresentationToModel.updateClient(rep, client);
|
RepresentationToModel.updateClient(rep, client);
|
||||||
|
RepresentationToModel.updateClientProtocolMappers(rep, client);
|
||||||
updateAuthorizationSettings(rep);
|
updateAuthorizationSettings(rep);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue