We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e01d0 commit 434db9fCopy full SHA for 434db9f
Microsoft.Identity.Web/README.md
@@ -338,7 +338,7 @@ In order to troubleshoot your web API you can set the `subscribeToJwtBearerMiddl
338
339
In both cases, you can set a breakpoint in the methods of the `OpenIdConnectMiddlewareDiagnostics` and `JwtBearerMiddlewareDiagnostics` classes respectively to observe values under the debugger.
340
341
-## Doing more
+## More customizations
342
343
If you want to customize the `OpenIdConnectOption` or `JwtBearerOption` but still want to benefit from the implementation provided by Microsoft.Identity.Web, you can easily do it from your `Startup.cs` file:
344
0 commit comments