Merge pull request #3682 from stianst/KEYCLOAK-4126
Change id of CachedStoreFactorySpi to authorizationCache
This commit is contained in:
commit
e3e18913f1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class CachedStoreFactorySpi implements Spi {
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "authz-fached-store-factory";
|
||||
return "authorizationCache";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue