I am getting an error when calling WCF service from .net core 3.1 client. i used connected services to import the WSDl and generated client code. When calling the service, i am getting below error. Cannot find a token authenticator for the System.Identitymodel.Tokens.X509SecurityToken. Tokens of that type cannot be accepted according to current security settings.
In .net framework client, i had property under security called allowSerializedSigningTokenOnReply = true. But i don't see this here. Any help is greatly appreciated.