Skip to content

Commit 515ae61

Browse files
committed
cleanup
1 parent 94ead30 commit 515ae61

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/api/auth/sso/register

1 file changed

+0
-1
lines changed

apps/sim/app/api/auth/sso/register/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const ssoRegistrationSchema = z.discriminatedUnion('providerType', [
4343
])
4444
.default(['openid', 'profile', 'email']),
4545
pkce: z.boolean().default(true),
46-
// Optional explicit endpoints - if not provided, fetched from OIDC discovery
4746
authorizationEndpoint: z.string().url().optional(),
4847
tokenEndpoint: z.string().url().optional(),
4948
userInfoEndpoint: z.string().url().optional(),

0 commit comments

Comments
 (0)