Database Diagram: IdentityServer4 Database

The ID4 QuickStart applications demonstrate how to configure Authentication Flow by Client Application via the ASP.Net Core Startup.cs class. The other way to configure Authentication Flow for each of your Client Applications is via ID4 Database Customization.

Persisted Grant Table

There are no configuration records in the Persisted Grant table. These represent the tokens created as they are granted and updated when they are revoked.

../../_images/PersistedGrantTable.png