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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ