-
Notifications
You must be signed in to change notification settings - Fork 401
FAQ
BrentSchmaltz edited this page Oct 19, 2020
·
2 revisions
Signature Failures with WS-Federation Signin Messages
Sometimes whitespace will be added by the identityprovider or as the xml flows through the cloud. The following workaround is suggested.
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