mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +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(),
|
||||
token_endpoint: z.string().url(),
|
||||
userinfo_endpoint: z.string().url(),
|
||||
end_session_endpoint: z.string().url(),
|
||||
});
|
||||
|
||||
type OIDCConfiguration = z.infer<typeof OIDCConfigurationSchema>;
|
||||
|
||||
Reference in New Issue
Block a user