Skip to content

Commit 8747497

Browse files
committed
Fix language
1 parent 7b5e2bd commit 8747497

File tree

1 file changed

+1
-1
lines changed
  • Scenarios/Authentication/Minimal-machine-to-machine-using-JWT

1 file changed

+1
-1
lines changed

Scenarios/Authentication/Minimal-machine-to-machine-using-JWT/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample shows a minimal machine to machine authentication setup using JWT. T
44

55
### Service
66

7-
`Service` is configured to accept requests authenticated with a valid bearer `access_token` issued by the https://demo.duendesoftware.com identity provider with audience and scope valued to 'api'. The authentication is performed by the standard JwtBearer AuthenticationHandler shipped with ASP.NET Core in `Microsoft.AspNetCore.Authentication.JwtBearer` nuget package.
7+
`Service` is configured to accept requests authenticated with a valid bearer `access_token` issued by the https://demo.duendesoftware.com identity provider with audience and scope valued to 'api'. The authentication is performed by the standard JwtBearer AuthenticationHandler shipped with ASP.NET Core in the `Microsoft.AspNetCore.Authentication.JwtBearer` nuget package.
88

99
### Client
1010

0 commit comments

Comments
 (0)