Skip to content

Commit

Permalink
fix(server): end_session_endpoint is not required for oidc (#9381)
Browse files Browse the repository at this point in the history
closes #9380
  • Loading branch information
forehalo committed Dec 27, 2024
1 parent 12bfbf1 commit 248141d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 248141d

Please sign in to comment.