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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh authored Feb 23, 2025
1 parent 167a910 commit 91804b0
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,3 @@
> in our [FOSS repository](https://github.com/DuendeSoftware/foss) under the same Apache2 licence.
> - Please update your nuget package references to the [new package](https://www.nuget.org/packages/Duende.IdentityModel).
> - Outstanding pull requests and issues will be ported or closed.
This repository contains several libraries for building OpenID Connect (OIDC) native
clients. The core IdentityModel.OidcClient library is a certified OIDC relying party and
implements [RFC 8252](https://tools.ietf.org/html/rfc8252/), "OAuth 2.0 for native
Applications". The IdentityModel.OidcClient.IdTokenValidator provides validation of Id
Tokens based on the Microsoft JWT handler:
[IdentityModel.OidcClient.IdentityTokenValidator](https://www.nuget.org/packages/IdentityModel.OidcClient.IdentityTokenValidator),
and is distributed as a separate package in order to prevent certain dependency problems.
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
- 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

More documentation is available
[here](https://identitymodel.readthedocs.io/en/latest/native/overview.html).


## Certification
OidcClient is a [certified](http://openid.net/certification/) OpenID Connect
relying party implementation.

## Feedback

IdentityModel.OidcClient is released as open source under the
[Apache 2.0 license](https://github.com/IdentityModel/IdentityModel.OidcClient/blob/main/LICENSE).
Bug reports and contributions are welcome at
[the GitHub repository](https://github.com/IdentityModel/IdentityModel.OidcClient).

0 comments on commit 91804b0

Please sign in to comment.