Hi there, can anyone please give some feedback on this PR:
https://github.com/ory/kratos/pull/3643?
Currently, Kratos is exempting CSRF middleware on /self-service/methods/oidc/callback/apple and I’m proposing to change it to ignore the CSRF middleware instead. This is so that a CSRF cookie isn’t set (overriding the cookie that’s already there) on the form POST redirect.