Hi,
When calling Keycloak's rest api, in 3.2, invoking
UserResource.get().getFederatedIdenties() it seems to be returning the
values of BrokerLinks instead of FederatedIdentityLinks. Is this on
purpose?
Relevant code:
https://github.com/keycloak/keycloak/blob/master/model/jpa/src/main/java/...
This seems to do it the way I would expect:
https://github.com/keycloak/keycloak/blob/27b5e1aae2a895e28ac79aeb4da028e...