Revoke Cognito federated login Apple token

0

Our application uses out-of-the-box "Cognito federated OAuth flow" to allow user to Sign In With Apple. Starting June 30, 2022, Apple requires app to have "account deletion' functionality and apps that support Sign in with Apple should use the Sign in with Apple REST API to revoke user tokens. .https://developer.apple.com/support/offering-account-deletion-in-your-app/.

Does Cognito revoke federated identity tokens? If so, how can i initiate revoke process?

1개 답변
0

The way I read the Apple article is that apps in the Apple store need to provide user initiated deletion. You will need to write that function within your app using the using the DeleteIdentities API, https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_DeleteIdentities.html.

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠