Hi, there! We are having an issue regarding login ...
# talk-kratos
b
Hi, there! We are having an issue regarding login with Apple. We are getting a
400 - invalid_client
oauth2 error every time we try to log in with Apple. Has anyone experienced this or has any information about how this can be fixed? Thanks in advance!
m
See this https://ory-community.slack.com/archives/C012RJ2MQ1H/p1656683130247169?thread_ts=1656473376.933289&cid=C012RJ2MQ1H
to fix it you should add
Copy code
issuer_url: <https://appleid.apple.com>
to your configuration in the oidc provider for apple
made a note to add this to the docs. Please let me know if that helped
👀 1
b
Thanks a lot Vincent! This solved the issue for us