Hi, I'm trying to integrate aple authentication in my website and mobile app.
I've tried to use
keycloak-apple-social-identity-provider from Benjamin Favre, with a sucessful login via website, but (since I believe it doesn't support token exchange) I can't login through this plugin on my mobile app.
I've then, tried to configure an OpenID identity provider for Apple. It allows to authenticate via mobile app, but not via website, which gives me a 405 method not allowed, due to response_mode=form_post.
My problem is that both mobile app and website must use the same identity provider, to avoid having to link to an existing user in the mobile app.
Anyone with the same problem??
Best regards,
Gabriel Pereira