We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ead30 commit 515ae61Copy full SHA for 515ae61
apps/sim/app/api/auth/sso/register/route.ts
@@ -43,7 +43,6 @@ const ssoRegistrationSchema = z.discriminatedUnion('providerType', [
43
])
44
.default(['openid', 'profile', 'email']),
45
pkce: z.boolean().default(true),
46
- // Optional explicit endpoints - if not provided, fetched from OIDC discovery
47
authorizationEndpoint: z.string().url().optional(),
48
tokenEndpoint: z.string().url().optional(),
49
userInfoEndpoint: z.string().url().optional(),
0 commit comments