Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 4dc61f4

Browse files
committed
Update README.md
1 parent ca2c9ff commit 4dc61f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ app.UseOAuthValidation(options =>
2020
```csharp
2121
app.UseOAuthIntrospection(options =>
2222
{
23-
options.AutomaticAuthenticate = true;
24-
options.AutomaticChallenge = true;
23+
options.Authority = new Uri("https://openid.yourapp.com/");
2524
options.Audiences.Add("resource_server");
26-
options.Authority = "http://localhost:54540/";
2725
options.ClientId = "resource_server";
2826
options.ClientSecret = "875sqd4s5d748z78z7ds1ff8zz8814ff88ed8ea4z4zzd";
2927
});

0 commit comments

Comments
 (0)