azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

IdentityModel extensions for .Net

Results 240 azure-activedirectory-identitymodel-extensions-for-dotnet issues
Sort by recently updated
recently updated
newest added

IdentityModel8x
breaking change

**Which version of Microsoft.IdentityModel are you using?** 7.5.0 **Where is the issue?** M.IM.Tokens **Is this a new or an existing app?** New (reproduction) **Repro** ```csharp using Microsoft.IdentityModel.Logging; using Microsoft.IdentityModel.Tokens.Saml2; internal...

SAML

This change solves a couple of issues. 1. A race condition where a SignatureProvider was disposed but was still able to be obtained from the cache. 2. SignatureProviders were not...

# Token Type validation: Remove exceptions ## Description - Implemented new (internal momentarily) method for token type validation which replaces exception throwing with a return of the new TokenTypeValidationResult containing...

- [x] You've read the [Contributor Guide](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/Contributing.md) and [Code of Conduct](https://opensource.microsoft.com/codeofconduct/). - [ ] You've included unit or integration tests for your change, where applicable. - [x] You've included inline...

I have my own application that I use as an Identity Provider. That application runs on .NET 6 and uses JWT bearer authentication. It uses S.IM.Tokens.Jwt 6.0.35. Because of some...

Overridden members (methods or properties) from a base class should not repeat all the XML documentation, but rather use `` in order to avoid repetition and simplify reading. For example:...

**Is your feature request related to a problem? Please describe.** The `PrivacyInfo.xcprivacy` manifest is required by Apple, please refer to the Apple's document https://developer.apple.com/documentation/bundleresources/privacy_manifest_files for the detailed information. **Describe the...

**Which version of Microsoft.IdentityModel are you using?** 8.0.4 **Where is the issue?** JwtPayload.cs **Is this a new or an existing app?** This is new app. **Repro** var base64UrlEncodedJsonString = @"{...