mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
fix(server): end_session_endpoint is not required for oidc (#9381)
This commit is contained in:
@@ -34,7 +34,6 @@ const OIDCConfigurationSchema = z.object({
|
|||||||
authorization_endpoint: z.string().url(),
|
authorization_endpoint: z.string().url(),
|
||||||
token_endpoint: z.string().url(),
|
token_endpoint: z.string().url(),
|
||||||
userinfo_endpoint: z.string().url(),
|
userinfo_endpoint: z.string().url(),
|
||||||
end_session_endpoint: z.string().url(),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
type OIDCConfiguration = z.infer<typeof OIDCConfigurationSchema>;
|
type OIDCConfiguration = z.infer<typeof OIDCConfigurationSchema>;
|
||||||
|
|||||||
Reference in New Issue
Block a user