Hi,
My app is a .Net Core 3.1 with AddOpenIdConnect and ExternalLogin.cshtml.cs scaffolding template.
I've added the scopes but still not getting the name and email under idtoken. I do get the code and idtoken and cookie is generated and app can authenticate but missing user data.
Not sure why my /SignInApple callbak is not reach either. I would expecting the user data here too. Should I do a second request based on received code and idtoken?
I've checked here but not getting any solutions so far for my case:
https://developer.apple.com/forums/thread/118209
Thanks