Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit eea4dd9

Browse files
authored
Merge pull request #423 from IdentityModel/joe/readme-polish
Minor readme updates
2 parents ba54f97 + df30c89 commit eea4dd9

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ and is distributed as a separate package in order to prevent certain dependency
99
Finally, IdentityModel.OidcClient.DPoP adds [DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
1010
extensions to IdentityModel.OidcClient for sender-constraining tokens.
1111

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

2525
## Documentation
2626

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

35-
![openid_certified](https://cloud.githubusercontent.com/assets/1454075/7611268/4d19de32-f97b-11e4-895b-31b2455a7ca6.png)
36-
37-
3835
## Feedback
3936

4037
IdentityModel.OidcClient is released as open source under the

src/OidcClient/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## About IdentityModel.OidcClient
2-
IdentityModel.OidcClient is an OpenID Connect (OIDC) client library that for native
2+
IdentityModel.OidcClient is an OpenID Connect (OIDC) client library for native
33
applications. It provides
44
- Types that describe OIDC requests and responses
55
- 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
1515
The [samples repository](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples)
1616
shows how to use it in
1717
- .NET MAUI
18-
- Console Applications
19-
- WPF
20-
- WinForms
21-
- Xamarin iOS & Android
22-
- UWP
18+
- WPF with the system browser
19+
- WPF with an embedded browser
20+
- WinForms with an embedded browser
21+
- Cross Platform Console Applications (relies on kestrel for processing the callback)
22+
- Windows Console Applications (relies on an HttpListener - a wrapper around the windows HTTP.sys driver)
23+
- Windows Console Applications using custom uri schemes
2324

2425
## Documentation
2526

0 commit comments

Comments
 (0)