[keycloak-user] Broker Links vs Federated Identities

John D. Ament john.d.ament at gmail.com
Thu Jan 25 10:57:44 EST 2018


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/org/keycloak/storage/jpa/JpaUserFederatedStorageProvider.java

This seems to do it the way I would expect:
https://github.com/keycloak/keycloak/blob/27b5e1aae2a895e28ac79aeb4da028e33769d069/services/src/main/java/org/keycloak/exportimport/util/ExportUtils.java#L475-L483


More information about the keycloak-user mailing list