Skip to content

Commit 498ad03

Browse files
committed
fix: issuer is not optional
1 parent 4cfb729 commit 498ad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/auth/mongodb_oidc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { Workflow } from './mongodb_oidc/workflow';
1111
* @experimental
1212
*/
1313
export interface OIDCMechanismServerStep1 {
14-
issuer?: string;
14+
issuer: string;
1515
clientId: string;
1616
requestScopes?: string[];
1717
}

0 commit comments

Comments
 (0)