Skip to main content

RainMaker Login Related issues

Third-party sign-in fails in my environment. The error extracted from the redirect URL is "user.client:Attribute+does+not+exist+in+the+schema.invalid_request". How can this be resolved?

Answer

The error "user.client:Attribute+does+not+exist+in+the+schema.invalid_request" is observed in RainMaker backend release 2.3.0.

The quick fix for this issue is to make manual changes on the AWS console to correct the Cognito IDP attribute mappings.

The steps to fix the issue are as follows:

  1. Go to the AWS console -> RainMaker deployment region -> Cognito -> User pools -> rainmaker-user-email-mobile-pool (if you use both email and mobile number based sign-in) or rainmaker-user-email-pool (if you use email-based sign-in) -> Sign In Experience -> Federated identity provider sign-in. This will list all Identity Providers configured with the user pool.

Third-party sign-in attributes

  1. Click on the Identity Provider name to correct the attribute mappings from the list on the above page.

  2. Go to Attribute mappings and click on "Edit". Update the list with the correct mapping values.

Google sign-in attributes

  1. Correct Attribute mappings for the IDPs are given here:

Google:

User pool attributeGoogle attribute
custom:admincustom:admin
custom:maintainercustom:maintainer
custom:user_idcustom:user_id
emailemail
email_verifiedemail_verified
namename
picturepicture
usernamesub

SignInWithApple:

User pool attributeApple attribute
emailemail
namename
usernamesub
  1. After the attribute mappings are updated as shown above, the issue should be resolved.

On this page