Reputation: 3466
I am trying to implement Jira Oauth using DotNetOpenAuth. My problem is
ServiceProviderDescription RsaSha1ConsumerSigningBindingElement which accepts X509Certificate2 but Jira uses RSA (a .pem file as private key not a pfx file).
None of examples in DotNetOpenAuth uses Private key. I am now confused how can I create a Jira Consumer.
Thank you.
Upvotes: 0
Views: 884
Reputation: 3302
please see my answer here:
I used DotNetAuth (not DotNetOpenAuth) for this purpose with success.
Hope this helps.
Upvotes: 1