From ee3cbed39d889ba7661a9f1526611c260489cd6d Mon Sep 17 00:00:00 2001 From: Aramis Date: Tue, 30 Jan 2024 22:47:16 -0500 Subject: [PATCH] remove symmetric keys Signed-off-by: Aramis --- plugins/auth-backend/src/identity/router.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/auth-backend/src/identity/router.ts b/plugins/auth-backend/src/identity/router.ts index 422b7907c0..c9ae9e685a 100644 --- a/plugins/auth-backend/src/identity/router.ts +++ b/plugins/auth-backend/src/identity/router.ts @@ -44,9 +44,6 @@ export function createOidcRouter(options: Options) { 'PS256', 'PS384', 'PS512', - 'HS256', - 'HS384', - 'HS512', 'EdDSA', ], scopes_supported: ['openid'],