IMPORTANT!
This forum is now archived. Click here for the New Support Forum
So many user and claims tables???
Quote from BrianARice on May 25, 2019, 6:12 amI 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!
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!
Quote from BrianARice on May 25, 2019, 1:03 pmI'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
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
Quote from BrianARice on May 25, 2019, 1:40 pmOk... it looks like a lot of this stuff is documented here:
http://docs.identityserver.io
Ok... it looks like a lot of this stuff is documented here:
IMPORTANT!
This forum is now archived. Click here for the New Support Forum