keycloak-scim/adapters/oidc
Valeran86 2899375614 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-07-08 14:33:03 -03:00
..
adapter-core
as7-eap6 KEYCLOAK-9640 Unify surefire versions 2019-06-13 13:26:49 +02:00
fuse7 KEYCLOAK-9598 Apache Tomcat adapter 2019-06-14 10:09:13 +02:00
installed KEYCLOAK-10313 Only use PKCE if enable-pkce is configured for KeycloakInstalled adapter 2019-07-03 08:49:55 +02:00
jaxrs-oauth-client
jetty
js [KEYCLOAK-10422] - Code challenge only sent when options object argument is passed to login method 2019-05-29 15:09:01 -03:00
kcinit
osgi-adapter
servlet-filter
servlet-oauth-client
spring-boot [KEYCLOAK-10334] Keycloak Spring Boot Adapter shares configuration in static field 2019-06-04 07:13:13 -03:00
spring-boot-adapter-core KEYCLOAK-10595 Make KeycloakSpringBootConfigResolver Spring bean 2019-06-14 09:41:56 +02:00
spring-boot-container-bundle KEYCLOAK-9598 Apache Tomcat adapter 2019-06-14 10:09:13 +02:00
spring-boot2
spring-security KeycloakRole equals only with itself 2019-07-08 14:33:03 -03:00
tomcat KEYCLOAK-9598 Apache Tomcat adapter 2019-06-14 10:09:13 +02:00
undertow
wildfly
wildfly-elytron
pom.xml