|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# OpenIddict |
|
|
|
### The OpenID Connect server you'll be addict to. |
|
|
|
### The OpenID Connect server you'll be addicted to. |
|
|
|
|
|
|
|
[](https://ci.appveyor.com/project/aspnet-contrib/core) |
|
|
|
[](https://travis-ci.org/openiddict/core) |
|
|
|
@ -73,7 +73,7 @@ public void ConfigureServices(IServiceCollection services) { |
|
|
|
services.AddIdentity<ApplicationUser, IdentityRole>() |
|
|
|
.AddEntityFrameworkStores<ApplicationDbContext>() |
|
|
|
.AddDefaultTokenProviders() |
|
|
|
.AddOpenIddict(); // Add the OpenIddict services after registering the Identity services. |
|
|
|
.AddOpenIddict(); // Add the OpenIddict services after registering the Identity services. |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
|