keycloak-scim/adapters/oidc
Valeran86 b0d0d3e579 [KEYCLOAK-10849] - KeycloakRole equals only with itself
I use Keycloak Spring Adapter (KSA) to secure existing application. Today I realized that some functions didn't work anymore because of security checking like this:
```
GrantedAuthority adminRole = new MySpecialGrantedAuthority( "superadmin" );
for ( GrantedAuthority role : userRoles ) {
        if ( role.equals( adminRole ) ) {
          return true;
        }
      }
```
In this example, when I use KSA authorization fails.
I believe, that more preferable in `KeycloakRole` use this implementation of `equals` method.
2019-08-16 05:20:03 -03:00
..
adapter-core Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
as7-eap6 Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
fuse7 Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
installed KEYCLOAK-6768 Signed and Encrypted ID Token Support 2019-08-15 15:57:35 +02:00
jaxrs-oauth-client Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
jetty Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
js Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
kcinit Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
osgi-adapter Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
servlet-filter Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
servlet-oauth-client Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
spring-boot Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
spring-boot-adapter-core Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
spring-boot-container-bundle Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
spring-boot2 Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
spring-security [KEYCLOAK-10849] - KeycloakRole equals only with itself 2019-08-16 05:20:03 -03:00
tomcat Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
undertow Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
wildfly Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
wildfly-elytron Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00
pom.xml Set version to 8.0.0-SNAPSHOT 2019-07-19 19:05:03 +02:00