This repository was archived by the owner on Feb 23, 2025. It is now read-only.
File tree 2 files changed +13
-15
lines changed
2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ and is distributed as a separate package in order to prevent certain dependency
9
9
Finally, IdentityModel.OidcClient.DPoP adds [ DPoP] ( https://datatracker.ietf.org/doc/html/rfc9449 )
10
10
extensions to IdentityModel.OidcClient for sender-constraining tokens.
11
11
12
-
13
12
## Samples
14
13
OidcClient targets .NET Standard, making it suitable for .NET and .NET
15
14
Framework. It can be used to build OIDC native clients with a variety of .NET UI tools.
16
15
The [ samples repository] ( https://github.com/IdentityModel/IdentityModel.OidcClient.Samples )
17
16
shows how to use it in
18
17
- .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
24
24
25
25
## Documentation
26
26
@@ -32,9 +32,6 @@ More documentation is available
32
32
OidcClient is a [ certified] ( http://openid.net/certification/ ) OpenID Connect
33
33
relying party implementation.
34
34
35
- ![ openid_certified] ( https://cloud.githubusercontent.com/assets/1454075/7611268/4d19de32-f97b-11e4-895b-31b2455a7ca6.png )
36
-
37
-
38
35
## Feedback
39
36
40
37
IdentityModel.OidcClient is released as open source under the
Original file line number Diff line number Diff line change 1
1
## 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
3
3
applications. It provides
4
4
- Types that describe OIDC requests and responses
5
5
- 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
15
15
The [ samples repository] ( https://github.com/IdentityModel/IdentityModel.OidcClient.Samples )
16
16
shows how to use it in
17
17
- .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
23
24
24
25
## Documentation
25
26
You can’t perform that action at this time.
0 commit comments