diff --git a/frontend/src/lib/types/oidc.type.ts b/frontend/src/lib/types/oidc.type.ts index 9aeaa554..3777af61 100644 --- a/frontend/src/lib/types/oidc.type.ts +++ b/frontend/src/lib/types/oidc.type.ts @@ -10,7 +10,7 @@ export type OidcClientFederatedIdentity = { issuer: string; subject?: string; audience?: string; - jwks: string | undefined; + jwks?: string | undefined; }; export type OidcClientCredentials = {