From 4a89bc48b16d58d9a030c3e7151d86bffa1d785d Mon Sep 17 00:00:00 2001 From: Aramis Date: Sat, 27 Jan 2024 00:47:01 -0500 Subject: [PATCH] add support for service-to-service auth external callers Signed-off-by: Aramis --- plugins/auth-backend/src/identity/router.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/auth-backend/src/identity/router.ts b/plugins/auth-backend/src/identity/router.ts index c9ae9e685a..422b7907c0 100644 --- a/plugins/auth-backend/src/identity/router.ts +++ b/plugins/auth-backend/src/identity/router.ts @@ -44,6 +44,9 @@ export function createOidcRouter(options: Options) { 'PS256', 'PS384', 'PS512', + 'HS256', + 'HS384', + 'HS512', 'EdDSA', ], scopes_supported: ['openid'],