techmatters / terraso-web-client

A React project that powers the frontend of Terraso platform.
https://app.terraso.org/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Revise the Terraso consent screen during SSO process #1042

Open DerekCaelin opened 1 year ago

DerekCaelin commented 1 year ago

Change consent screen: https://www.figma.com/file/V2vch484f2clPH0G4hRhRj/SSO_Moodle_V1.0%2B?type=design&node-id=160-1277&mode=design&t=14PTiARQxluVttyj-0

Example Steps to get to the consent screen

  1. go to https://kf.kobotoolbox.org/accounts/terraso/login/
  2. select "log in"
  3. see screen

Current

Image

Desired:

Image

knipec commented 7 months ago

This ended up having some complications, so deprioritizing for now. Where I'm currently at:

  1. Does the "profile" scope send anything besides full name? If so, the string should acknowledge that. If not, make a note to update the string in the case that someday we end up changing what is sent in the profile scope
  2. How to get the css styling for the general page and footer, when some of that is inline styles in the React code