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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Currently OpenIdConnectAuthenticationOptions.SecurityTokenValidators is a collection of validators, given that the specification requires a JWT, a collection here is not necessary.
Suggest change from ICollection -> ISecurityTokenValidator.
The text was updated successfully, but these errors were encountered:
Currently OpenIdConnectAuthenticationOptions.SecurityTokenValidators is a collection of validators, given that the specification requires a JWT, a collection here is not necessary.
Suggest change from ICollection -> ISecurityTokenValidator.
The text was updated successfully, but these errors were encountered: