Identityserver4: login from the database Identityserver4

Created on 7 Jun 2016  路  4Comments  路  Source: IdentityServer/IdentityServer4

How can I login from the database Identityserver4 earlier in identityserver3 with the customer IUserService reached the breakpoint, but with the version v4 never reaches the GetProfileDataAsync method , the client always returns "Internal Server Error"

image

question

Most helpful comment

You need to understand the sample host and how it related to IdSvr4 (it's different than in IdSvr3). Here's a sample that has taken the sample host and applied ASP.NET Identity 3 to it: https://github.com/tibold/IdentityServer4.Contrib.AspNetIdentity

All 4 comments

We'd need more details - check the logs.

I have not any .log error, because it is not an exception.
I need to authenticate with the database.

Adding users in memory works:
image

But I can not have static users, as they can change their data.
And it does not work:
image

I need my client's call enters the method GetProfileDataAsync:
image

You need to understand the sample host and how it related to IdSvr4 (it's different than in IdSvr3). Here's a sample that has taken the sample host and applied ASP.NET Identity 3 to it: https://github.com/tibold/IdentityServer4.Contrib.AspNetIdentity

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

not-good-with-usernames picture not-good-with-usernames  路  3Comments

ekarlso picture ekarlso  路  3Comments

createroftheearth picture createroftheearth  路  3Comments

user1336 picture user1336  路  3Comments

wangkanai picture wangkanai  路  3Comments