The current list of recognized fields currently supports name, email, tel, username and picture and is used to allow websites to ask for certain browser-enumerated attributes of the user's identity, used in browser UI (e.g. disclosure text).
We are adding fields as they are requested by developers, and we are hoping to cover a subset of things like the OIDC's Standard Claims taxonomy and the HTML Autocomplete taxonomy.
In meta's recent presentation about their deployment they have asked for birthday, which seems to fit this description.
Ideas
Customizable scopes: “name, telephone number and birthday”
Pick which of “email”, “username” and “tel” is shown
WhatsApp has username and tel, but tel is more popular
Resize the continue_on pop-up (min/max width/height flexibility)
Not a traditional window.open where you pass parameters
This issue is about fulfilling this specific request for including birthday to this list.
The current list of recognized fields currently supports
name,email,tel,usernameandpictureand is used to allow websites to ask for certain browser-enumerated attributes of the user's identity, used in browser UI (e.g. disclosure text).We are adding fields as they are requested by developers, and we are hoping to cover a subset of things like the OIDC's Standard Claims taxonomy and the HTML Autocomplete taxonomy.
In meta's recent presentation about their deployment they have asked for
birthday, which seems to fit this description.This issue is about fulfilling this specific request for including
birthdayto this list.