AWS whitepapers documentation change
Summary
Updated navigation links and removed specific documentation link for Amazon Cognito user pools, changing from PDF reference to markdown version.
Security assessment
The changes are primarily structural and navigational, updating how users access the content (PDF vs markdown) and breadcrumb navigation. The removal of the specific link to Amazon Cognito user pools documentation does not indicate a security issue; it's a formatting change. The content still discusses security features (MFA, adaptive authentication) but doesn't add new security documentation.
Diff
diff --git a/whitepapers/latest/navigating-gdpr-compliance/control-access-to-web-applications-and-mobile-apps.md b/whitepapers/latest/navigating-gdpr-compliance/control-access-to-web-applications-and-mobile-apps.md index aaac835da..e6f4cb2ad 100644 --- a//whitepapers/latest/navigating-gdpr-compliance/control-access-to-web-applications-and-mobile-apps.md +++ b//whitepapers/latest/navigating-gdpr-compliance/control-access-to-web-applications-and-mobile-apps.md @@ -1 +1 @@ -[](/pdfs/whitepapers/latest/navigating-gdpr-compliance/navigating-gdpr-compliance.pdf#control-access-to-web-applications-and-mobile-apps "Open PDF") +[View a markdown version of this page](control-access-to-web-applications-and-mobile-apps.md) @@ -3 +3 @@ -[Documentation](/index.html)[AWS Whitepapers](https://aws.amazon.com/whitepapers/)[AWS Whitepaper](welcome.html) +[](/pdfs/whitepapers/latest/navigating-gdpr-compliance/navigating-gdpr-compliance.pdf#control-access-to-web-applications-and-mobile-apps "Open PDF") @@ -5 +5 @@ -This whitepaper is for historical reference only. Some content might be outdated and some links might not be available. +[Documentation](/index.html)[AWS Whitepapers](https://aws.amazon.com/whitepapers/)[AWS Whitepaper](navigating-gdpr-compliance-on-aws.html) @@ -9 +9 @@ This whitepaper is for historical reference only. Some content might be outdated -AWS provides services for managing data access control within customer applications. If you need to add user login and access control features to your web applications and mobile apps, you can use [Amazon Cognito](https://aws.amazon.com/cognito/). [Amazon Cognito user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html) provide a secure user directory that scales to hundreds of millions of users. To protect the identity of the users, you can add multi-factor authentication (MFA) to your user pools. You can also use adaptive authentication, which uses a risk-based model to predict when you might need another authentication factor. +AWS provides services for managing data access control within customer applications. If you need to add user login and access control features to your web applications and mobile apps, you can use [Amazon Cognito](https://aws.amazon.com/cognito/). Amazon Cognito user pools provide a secure user directory that scales to hundreds of millions of users. To protect the identity of the users, you can add multi-factor authentication (MFA) to your user pools. You can also use adaptive authentication, which uses a risk-based model to predict when you might need another authentication factor.