Nice overview! I’m having an issue where I’ve added custom sign-up attributes, but they’re not showing up on the sign-up page in Cognito. Do you know what I might be doing wrong?
Hi 😄 During user pool creation, you can select required signup attributes from the predefined list of standard attributes. Only these attributes will appear as part of Cognito hosted UI. From Docs:- "Amazon Cognito uses a list of standard attributes taken from the OpenID Connect (OIDC) standard. You can make a subset of them required when users sign up. As an alternative to setting required attributes, you can use your own application code to ensure that the attributes you need are captured". Regarding custom attributes that you are trying to use (under userPool >> authentication >> SignUp >> customAttributes), these can be maybe used with SDK. Also, these custom attributes can’t be renamed or deleted after you create them. docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html?icmpid=docs_cognito_console_help_panel
🙏
🙏🙏🙏
Nice overview! I’m having an issue where I’ve added custom sign-up attributes, but they’re not showing up on the sign-up page in Cognito. Do you know what I might be doing wrong?
Hi 😄
During user pool creation, you can select required signup attributes from the predefined list of standard attributes. Only these attributes will appear as part of Cognito hosted UI.
From Docs:- "Amazon Cognito uses a list of standard attributes taken from the OpenID Connect (OIDC) standard. You can make a subset of them required when users sign up. As an alternative to setting required attributes, you can use your own application code to ensure that the attributes you need are captured".
Regarding custom attributes that you are trying to use (under userPool >> authentication >> SignUp >> customAttributes), these can be maybe used with SDK. Also, these custom attributes can’t be renamed or deleted after you create them.
docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html?icmpid=docs_cognito_console_help_panel