You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the TDD approach we are taking on constructing the new ValidateTokenAsync method on Saml2TokenHandler that implement our new token validation model, we introduced pragma warnings disable around methods that passed CancellationToken. We should be able to remove them once we get into async validators such as the Issuer validator.
The text was updated successfully, but these errors were encountered:
Due to the TDD approach we are taking on constructing the new ValidateTokenAsync method on Saml2TokenHandler that implement our new token validation model, we introduced
pragma warnings disable
around methods that passed CancellationToken. We should be able to remove them once we get into async validators such as the Issuer validator.The text was updated successfully, but these errors were encountered: