Scope issue while using SignIn with Apple

Hello,

I'm having trouble retrieving user info on a SignIn use case. To start authentication process I send a request with a scope param like scope=name email. It is sent URL encoded. However after successful login, I do get the email information in the IdToken along with the sub etc. but the name is never provided, any idea what I'm doing wrong ?

Scope issue while using SignIn with Apple
 
 
Q