diff --git a/features/sso/backend-api/src/common/security/throttling/throttler-storage-redis.service.ts b/features/sso/backend-api/src/common/security/throttling/throttler-storage-redis.service.ts index 463c68f67..a178e3ab2 100644 --- a/features/sso/backend-api/src/common/security/throttling/throttler-storage-redis.service.ts +++ b/features/sso/backend-api/src/common/security/throttling/throttler-storage-redis.service.ts @@ -25,8 +25,7 @@ export class ThrottlerStorageRedisService host: redisConfig.host, port: redisConfig.port, }, - username: 'default', - password: '', // Empty string signals no authentication + // No username or password - completely disable authentication }); }