Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For AWS Cognito Built-In login, where does "legal text" appear?

According to the AWS Cognito Customizing the Built-in Sign-in and Sign-up Webpages you can customize a field named "Legal Text". I'd like to display some legal text but I don't see how I can set the actual text or where it appears. Any idea?

like image 526
Edwin Evans Avatar asked Aug 22 '18 19:08

Edwin Evans


1 Answers

The term "Legal Text" in the Cognito Hosted UI customization options is somewhat ambiguously named. The text actually refers to the disclaimer under your Federated Identities when signing in,

We won't post to any of your accounts without asking first.

Cognito Hosted UI Legal Text

This text obviously doesn't appear if you are not using federated identities such as Facebook or Google. Currently, there is no option to add any custom legal text such as a copyright or privacy policy notice

like image 122
Decaf-Math Avatar answered Sep 28 '22 18:09

Decaf-Math