At Web project I login ,but the IdentityServer4 tell me the error:
IdentityServer4.Validation.AuthorizeRequestValidator : Invalid redirect_uri:
...
"Raw": {
"client_id": "Saas_Web",
"redirect_uri": "https://localhost:44351/signin-oidc",
...
Need to set the value of the table of the IdentityServerClient ?
For possible reasons https://github.com/abpframework/abp/issues/1335.
Change the RootUrl in the DbMigrator project to the url of the web project, and then re-migrate the database.
at the login form , I use admin and 1q2w3e* the tip: Invalid username or password!
Need to register?

password is 1q2w3E*
1q2w3e* is a default IdentityServer ClientSecret for project "Web".
1q2w3E* is the admin account's defalut password.
Thank you , it worked.
Most helpful comment
1q2w3e*is a default IdentityServer ClientSecret for project "Web".1q2w3E*is the admin account's defalut password.