We enabled the Sign in With Apple feature in Azure App Service as instructed in this page:
https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-apple
We were able to make it work, however, we are having trouble getting the user's name information, even though this is part of the scope parameter. When we get the user's info via .auth/me endpoint, this info is not present whereas Other SSO Providers that we are using with the feature such as Google and Facebook has this information.
I researched Apple Docs/Forums as well, and it mentions that this info is only available upon initial sign in of the user to the application.
https://developer.apple.com/forums/thread/121496
I am expecting that on initial sign in via Azure App Service, we would get this information as well, but for some reason, we cannot.
Since it is the App Service that handles the initial response after a successful login, is this a bug on App Service side? Do you have any recommendations on how we can get the name information, at least even on initial sign up?