validation error detected: Value '{accounts.google.com=************-********************************.apps.googleusercontent.com, graph.facebook.com=**************** }' at 'supportedLoginProviders' failed to satisfy constraint: Map value must satisfy constraint: [Member must have length less than or equal to 128, Member must have length greater than or equal to 1, Member must satisfy regular expression pattern: [\w.;_/-]+] (Service: CognitoIdentity, Status Code: 400,
if the clientID contains a space the deployment fails with the error message which kind of says the length is greater than 128
Reproduction steps
create auth resource with a space in clientID secret. eg(12345)
Environment information
Describe the bug
error thrown
if the clientID contains a space the deployment fails with the error message which kind of says the length is greater than 128
Reproduction steps
create auth resource with a space in
clientID
secret. eg(12345
)