Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
docs: add back ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Mar 3, 2017
1 parent 593f4ff commit 9a2a645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/add_protocols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To achieve the above workflow, some interaction points with IdentityServer are n

**Access to configuration and redirecting to the login page**

You can get access to the IdentityServer configuration by injecting the `IdentityServerOptions`
You can get access to the IdentityServer configuration by injecting the ``IdentityServerOptions``
class into your code. This, e.g. has the configured path to the login page::

var returnUrl = Url.Action("Index");
Expand Down Expand Up @@ -65,7 +65,7 @@ protocol parameters.

**Access to configuration and key material for creating the protocol response**

By injecting the `IKeyMaterialService` into your code, you get access to the configured
By injecting the ``IKeyMaterialService`` into your code, you get access to the configured
signing credential and validation keys::

var credential = await _keys.GetSigningCredentialsAsync();
Expand Down

0 comments on commit 9a2a645

Please sign in to comment.