1
When I set the Identityuser Id, for example, to 1000, when saving with Createuser the ID is 0.
Observation 1: Table id aspnetusers is not as AUTO_INCREMENT.
Observation 2: I changed the Identity classes to Int type ID.
Observation 3: The database is mysql.