Skip to content

Commit c01c628

Browse files
authored
Fixed Duende.IdentityModel index page
The current text makes no sense.
1 parent 1e86aad commit c01c628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/identitymodel/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import { CardGrid, LinkCard } from "@astrojs/starlight/components";
1414
The `Duende.IdentityModel` package is the base library for OpenID Connect and OAuth 2.0 related protocol
1515
operations. It provides an object model to interact with the endpoints defined in the
1616
various OAuth and OpenId Connect specifications. The types included represent the
17-
requests and responses, in addition to extension methods to invoke requests constants defined in the
18-
specifications, such as standard scope, claim, and parameter names, and other convenience
17+
requests and responses, and constants defined in the
18+
specifications, such as standard scope, claim, and parameter names.
19+
The library also contains extension methods to invoke requests and other convenience
1920
methods for performing common identity related operations.
2021

2122
<CardGrid>

0 commit comments

Comments
 (0)