/IdentityModel

Sample code for Working with IdentityModel

Primary LanguageC#

IdentityModel

Sample code for working with IdentityModel assemblies found here: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet

Samples

KeyVaultExtensions

Contains custom CryptoProviderFactory and SignatureProvider that delegate to KeyVault for creating and verifying signatures.

SignSamlTokenUsingKeyVault

Shows how to use KeyVaultExtensions to Sign a Saml1 token.

CachingCryptoProvider

Contains custom CryptoProviderFactory that caches Crypto operators. This technique can be used to improve performance.