No mention of callback url in docs for Apple
I am adding social sign in and already added entra and google. However with apple, it works and i am getting the prompt to sign in with them however after that is done i get error
There was no redirect url explanation in the docs so i assumed it would be
and added it to the redirect urls in apple's service
But... i think thats wrong? cause my redirection keeps erroring out with Invalid origin.
Is there a step i am missing to why there isnt a redirect url?
Thank you 🙏
15 Replies
Apple's ( No redirect url)

Microsoft

Also, there should be a note saying the same as the tiktok docs since apple is the same and doesnt work with localhost.
Is there a way for me to contribute to the docs ?

yeah just go github
yeah it needs an update feel free to do that
Thank you, will do that. However, do you guys have any idea what is causing the error ?
do you have a trustedOrigins config on authConfig and it may be likely affecting your origin check
Yep, I added it later on and it worked, but that’s weird. Shouldn’t the Apple domain already be trusted?
You had to add apple's origin to trustedOrigin to work?
Yeah
Currently i think the docs lack in that part of how to add apple as a provider. So, i will try to contribute to it whenever i can 🤞
Yes thanks
There was no clear mention of the this in the contribution docs but i was wondering, is it okay to use a component that generates the apple JWT on the clinet side ?
I was thinking of making it easier to generate in house just like how the secret is generated in the installation manual
GitHub
docs: Add guide for Sign In with Apple by TheGenio · Pull Request ...
I noticed the docs were lacking in regards to apple sign in integration so i wanted to contribute to make sure others have an easier time than me.
I Noticed that step 1 was longer than all other st...
pr open