Skip to content

Commit b325371

Browse files
committed
fixing provider names in the sample
1 parent 909a5b3 commit b325371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"AuthEndpoint": ".auth/me",
1212
"providerOptions": [
1313
{
14-
"ProviderName": "EasyAuthForApplicationsService",
14+
"ProviderName": "EasyAuthForAuthorizationTokenService",
1515
"Enabled": true
1616
},
1717
{

0 commit comments

Comments
 (0)