add support for service-to-service auth external callers

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2024-01-27 00:47:01 -05:00
parent 97f8724e91
commit 4a89bc48b1
@@ -44,6 +44,9 @@ export function createOidcRouter(options: Options) {
'PS256',
'PS384',
'PS512',
'HS256',
'HS384',
'HS512',
'EdDSA',
],
scopes_supported: ['openid'],