diff --git a/src/runtime/server/utils/provider.ts b/src/runtime/server/utils/provider.ts index a43db6f..ae6c848 100644 --- a/src/runtime/server/utils/provider.ts +++ b/src/runtime/server/utils/provider.ts @@ -146,7 +146,7 @@ export interface OidcProviderConfig { /** * OpenID Configuration object or function promise that resolves to an OpenID Configuration object */ - openIdConfiguration?: Record | ((config: any) => Promise>) + openIdConfiguration?: string | Record | ((config: any) => Promise>) /** * Validate access token * @default true