Closed Ahmedthedev closed 2 years ago
@Ahmedthedev According to the Cognito docs, there are a few instances in which scopes may not be returned from Apple, which could in turn cause the failure of Name to populate. Do any of the following apply?
With Sign in with Apple, the following are user scenarios where scopes might not be returned:
An end user encounters failures after leaving Apple’s sign in page (can be from Internal failures within Amazon Cognito or anything written by the developer)
The service ID identifier is used across user pools and other authentication services
A developer adds additional scopes after the end user has signed in before (no new information is retrieved)
A developer deletes the user and then the user signs in again without removing the app from their Apple ID profile
Hello @haverchuck thanks you for your response.
I solve the problem.
In the iphone > settings > password and security > app using the Apple ID > your App > stop using apple ID
then I retry the process and it's works fine.
Description
Hi I have created a cognito user pool. And when I try to sign in with apple name is not showing.
The following way attribute mapping is done;
Attributes:
Additional information and screenshots
Categories
Steps to Reproduce
Screenshots
No response
Platforms
Android Device/Emulator API Level
No response
Environment
Dependencies
Device
Iphone 8
OS
15.4
CLI Version
5.1.2
Additional Context
No response