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

.NET standard helper library for claims-based identity, OAuth 2.0 and OpenID Connect.

License

Notifications You must be signed in to change notification settings

DuendeArchive/IdentityModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ce1195 · Mar 11, 2024
Apr 20, 2023
Jan 12, 2024
Jan 12, 2024
Dec 6, 2019
Mar 11, 2024
Feb 21, 2024
Jul 14, 2020
May 5, 2020
Jan 5, 2018
Feb 13, 2024
Apr 16, 2020
Apr 16, 2020
Apr 16, 2020
Nov 8, 2021
Sep 29, 2019
Sep 7, 2018

Repository files navigation

About IdentityModel

IdentityModel is a .NET library for claims-based identity, OAuth 2.0 and OpenID Connect.

It provides an object model to interact with the endpoints defined in the various OAuth and OpenId Connect specifications in the form of:

  • types to represent the requests and responses
  • extension methods to invoke requests
  • constants defined in the specifications, such as standard scope, claim, and parameter names
  • other convenience methods for performing common identity related operations

IdentityModel targets .NET Standard 2.0, making it suitable for .NET and .NET Framework.

For more documentation, please visit readthedocs.

Related Packages

Feedback

IdentityModel is released as open source under the Apache 2.0 license. Bug reports and contributions are welcome at the GitHub repository.