0

Please or Register to create posts and topics.

So many user and claims tables???

I am confused by the number of tables created in the database that are related to users and claims. For example...

AspNetUsers, AspNetClaims, etc... (I'm familiar with this batch of tables)

Clients, ClientClaims, etc...

IdentityResources, IdentityClaims, etc...

ApiResources, ApiClaims, etc...

And finally who uses and creates records in PersistedGrants?

Are these all in use? Can you provide some information on their purposes and utilization?

Thanks!

Hi,

look at

https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.entityframeworkcore.identitydbcontext?view=aspnetcore-2.2

regards

Ingo

I've read through the Asp.Net Core identity model information... and as far as I can tell this refers to and utilizes the AspNet* tables... no?

What about the rest of these tables... Client*... Identity*... and Api*? Are they part of the above documentation or somewhere else?

For example, this page shows and only talks about the AspNet* tables... https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-2.2&tabs=visual-studio

Ok... it looks like a lot of this stuff is documented here:

http://docs.identityserver.io