Abp: I can't login at web project

Created on 26 Jun 2019  路  5Comments  路  Source: abpframework/abp

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 ?

Most helpful comment

1q2w3e* is a default IdentityServer ClientSecret for project "Web".
1q2w3E* is the admin account's defalut password.

All 5 comments

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?
image

password is 1q2w3E*

1q2w3e* is a default IdentityServer ClientSecret for project "Web".
1q2w3E* is the admin account's defalut password.

Thank you , it worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mehdihadeli picture mehdihadeli  路  3Comments

SmallShrimp picture SmallShrimp  路  3Comments

hikalkan picture hikalkan  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments

hikalkan picture hikalkan  路  3Comments