-
Notifications
You must be signed in to change notification settings - Fork 434
PII
Maria Furman edited this page May 15, 2019
·
6 revisions
By default, we do not include any potential PII (personally identifiable information) in our exceptions in order to be in compliance with GDPR.
If you need to see the full information present in exceptions, please set IdentityModelEventSource.ShowPII to true.
Conceptual Documentation
- Using TokenValidationParameters.ValidateIssuerSigningKey
- Scenarios
- Validating tokens
- Outbound policy claim type mapping
- How ASP.NET Core uses Microsoft.IdentityModel extensions for .NET
- Using a custom CryptoProvider
- SignedHttpRequest aka PoP (Proof-of-Possession)
- Creating and Validating JWEs (Json Web Encryptions)
- Caching in Microsoft.IdentityModel
- Resiliency on metadata refresh
- Use KeyVault extensions
- Signing key roll over