diff --git a/README.md b/README.md index 49132b3..b9c1733 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/src/OidcClient/README.md b/src/OidcClient/README.md index 299cbd6..12781a4 100644 --- a/src/OidcClient/README.md +++ b/src/OidcClient/README.md @@ -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 @@ -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