Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor readme updates #423

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading