AWSMobileClient signUp action for new users is not allowed when no app client secret is configured userpool #587
Labels
bug
Something isn't working
cognito
Issues with the AWS Android SDK for Cognito
mobile client
Issues with AWS Mobile's client-side Cognito wrapper
pending-community-response
Issue is pending response from the issue requestor
State your question
When sign up a new user to no appclient secret configured userpool, i get the exception snippets below.
App client secret is allowed in Android sdk, but the
CognitoUserPool(Context context, AWSConfiguration awsConfiguration) constructor read key AppClientSecret will always opt with empty string if AppClientSecret not set in configuration.json.
Which AWS Services are you utilizing?
com.amazonaws.mobile.client.AWSMobileClient
Provide code snippets (if applicable)
And i manual setup the aws configuration.json file with:
Environment(please complete the following information):
Device Information (please complete the following information):
If you need help with understanding how to implement something in particular then we suggest that you first look into our developer guide. You can also simplify your process of creating an application, as well as the associated backend setup by using the Amplify CLI.
The text was updated successfully, but these errors were encountered: