Skip to content

Commit 7369455

Browse files
authored
Update 401-unauthorized-aspnet-core-web-api.md
1 parent ac64192 commit 7369455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/entra/entra-id/app-integration/401-unauthorized-aspnet-core-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void ConfigureServices(IServiceCollection services)
168168

169169
### Sample results
170170

171-
With the implementation, when a "401 Unauthorized" error occurs, the response output should include detailed error messages, such as the following:
171+
When you implement `JwtBearerEvents` callbacks, if a "401 Unauthorized" error occurs, the response output should include such details as the following example:
172172

173173
```Output
174174
OnMessageRecieved:

0 commit comments

Comments
 (0)