Closed andyfurniss4 closed 5 years ago
Ignore this. I'm an idiot and I forgot to set my AWS credential environment variables. This can be closed.
Having said this, the error message given - 'Missing Authentication Token' - is not very helpful in directing you to the actual problem. Maybe can be improved?
Unfortunately this error is in a deep level dependency of the AWS .NET SDK (AWSSDK.Core).
I can bring it up to the team to update the exception message, but I can't promise an eta for that.
OK, no problem. Hopefully they get round to it sooner or later!
Closing in favor of an internal issue
Hi there,
I'm trying to set us the registration flow for a new website. I have followed the guide for setting up the Identity in Startup.cs and also copied the sample Register page code. You can see both below.
Startup.cs
Register.cshtml.cs
User Pool settings:
When calling
await this.userManager.CreateAsync(user, Input.Password)
I get the following exception:Am I missing something obvious? Sorry if I am but I've used this package elsewhere (which didn't include registration) and it just worked so I'm a bit stuck! Let me know if you need to see any details of the User Pool from Cognito.