From ab1988b155ebbd3723e3ca9bd6e469e2371b566c Mon Sep 17 00:00:00 2001 From: Dheeraj Kumar Date: Thu, 30 May 2019 20:27:59 +0530 Subject: [PATCH] Update authentication.rst (#907) --- docs/features/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/authentication.rst b/docs/features/authentication.rst index ba230a81..641ca2ed 100644 --- a/docs/features/authentication.rst +++ b/docs/features/authentication.rst @@ -93,7 +93,7 @@ Then map the authentication provider key to a ReRoute in your configuration e.g. Identity Server Bearer Tokens ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -In order to use IdentityServer bearer tokens register your IdentityServer services as usual in ConfigureServices with a scheme (key). If you don't understand how to do this please consult the IdentityServer documentation. +In order to use IdentityServer bearer tokens, register your IdentityServer services as usual in ConfigureServices with a scheme (key). If you don't understand how to do this please consult the IdentityServer documentation. .. code-block:: csharp