[keycloak-user] Application roles (1.1.0 to 1.4.0)

Stian Thorgersen stian at redhat.com
Mon Aug 17 05:44:15 EDT 2015


In 1.4 you have to list roles by using client.id (not client.name or client.clientId). We used to have a mix of retrieving things by uuid or name, but now are only allowing uuid's.

----- Original Message -----
> From: "Emil Posmyk" <emil.posmyk at gmail.com>
> To: keycloak-user at lists.jboss.org
> Sent: Monday, 17 August, 2015 11:12:51 AM
> Subject: [keycloak-user] Application roles (1.1.0 to 1.4.0)
> 
> Hi all
> 
> I'm trying to get a list of application roles like it was before migration
> from 1.1.0.Final but I'm reciving status 404.
> 
> Was in 1.1.0: /auth/admin/realms/{realm}/applications/{app-name}/roles
> Is now in 1.4.0: /auth/admin/realms/{realm}/clients/{id}/roles
> 
> in second path "{id}" is the same like it was earlier {app-name}
> 
> Do you have any idea what can be wrong ?
> 
> 
> 
> thanks
> --
> Emil Posmyk
> 
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user


More information about the keycloak-user mailing list