Skip to content

Commit

Permalink
Merge pull request #423 from IdentityModel/joe/readme-polish
Browse files Browse the repository at this point in the history
Minor readme updates
  • Loading branch information
josephdecock authored Apr 2, 2024
2 parents ba54f97 + df30c89 commit eea4dd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ and is distributed as a separate package in order to prevent certain dependency
Finally, IdentityModel.OidcClient.DPoP adds [DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
extensions to IdentityModel.OidcClient for sender-constraining tokens.


## Samples
OidcClient targets .NET Standard, making it suitable for .NET and .NET
Framework. It can be used to build OIDC native clients with a variety of .NET UI tools.
The [samples repository](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples)
shows how to use it in
- .NET MAUI
- Console Applications
- WPF
- WinForms
- Xamarin iOS & Android
- UWP
- WPF with the system browser
- WPF with an embedded browser
- WinForms with an embedded browser
- Cross Platform Console Applications (relies on kestrel for processing the callback)
- Windows Console Applications (relies on an HttpListener - a wrapper around the windows HTTP.sys driver)
- Windows Console Applications using custom uri schemes

## Documentation

Expand All @@ -32,9 +32,6 @@ More documentation is available
OidcClient is a [certified](http://openid.net/certification/) OpenID Connect
relying party implementation.

![openid_certified](https://cloud.githubusercontent.com/assets/1454075/7611268/4d19de32-f97b-11e4-895b-31b2455a7ca6.png)


## Feedback

IdentityModel.OidcClient is released as open source under the
Expand Down
13 changes: 7 additions & 6 deletions src/OidcClient/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## About IdentityModel.OidcClient
IdentityModel.OidcClient is an OpenID Connect (OIDC) client library that for native
IdentityModel.OidcClient is an OpenID Connect (OIDC) client library for native
applications. It provides
- Types that describe OIDC requests and responses
- Low level methods to construct protocol state and handle responses
Expand All @@ -15,11 +15,12 @@ Framework. It can be used to build OIDC native clients with a variety of .NET UI
The [samples repository](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples)
shows how to use it in
- .NET MAUI
- Console Applications
- WPF
- WinForms
- Xamarin iOS & Android
- UWP
- WPF with the system browser
- WPF with an embedded browser
- WinForms with an embedded browser
- Cross Platform Console Applications (relies on kestrel for processing the callback)
- Windows Console Applications (relies on an HttpListener - a wrapper around the windows HTTP.sys driver)
- Windows Console Applications using custom uri schemes

## Documentation

Expand Down

0 comments on commit eea4dd9

Please sign in to comment.