Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 27, 2015
1 parent b2f599c commit 4b7c509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can either validate the tokens locally (JWTs only) or use the IdentityServer
```csharp
app.UseIdentityServerBearerTokenAuthentication(new IdentityServerBearerTokenAuthenticationOptions
{
Authority = "https://identity.thinktecture.com"
Authority = "https://identityserver.io"
});
```

Expand All @@ -20,7 +20,7 @@ The middleware can also do the scope validation in one go.
```csharp
app.UseIdentityServerBearerTokenAuthentication(new IdentityServerBearerTokenAuthenticationOptions
{
Authority = "https://identity.thinktecture.com",
Authority = "https://identityserver.io",
RequiredScopes = new[] { "api1", "api2" }
});
```

0 comments on commit 4b7c509

Please sign in to comment.