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 Apr 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,6 @@ A private application will need to also populate
153
153
A partner application will need to also populate
154
154
155
155
<add key="SigningCertificate" value="Path to .pfx file"/>
156
-
<add key="PartnerCertificate" value="Path to Xero issued Entrust certificate file"/>
157
156
158
157
##Authenticators
159
158
@@ -166,7 +165,7 @@ Uses RSA-SHA1 and a public/private certificate. There are no tokens and each req
166
165
Uses HMAC-SHA1 and the standard 3-legged [OAuth](http://tools.ietf.org/html/rfc6749) process. Tokens last for 30 minutes and cannot be renewed.
167
166
168
167
###PartnerAuthenticator
169
-
Uses RSA-SHA1 and a Xero provider certificate and then the standard 3-legged [OAuth](http://tools.ietf.org/html/rfc6749) process with an additional signing certificate. Tokens last for 30 minutes and be renewed. Token renewal is supported by this provider.
168
+
Uses RSA-SHA1 and then the standard 3-legged [OAuth](http://tools.ietf.org/html/rfc6749) process with an additional signing certificate. Tokens last for 30 minutes and be renewed. Token renewal is supported by this provider.
170
169
171
170
Examples for renewing your access tokens can be seen in the RenewToken method overrides in the PartnerAuthenticator.cs and PartnerMVCAuthenticator.cs classes.
172
171
@@ -229,7 +228,7 @@ are for development only.
229
228
// Partner Application Sample
230
229
var partner_app_api = new XeroCoreApi("https://api-partner.network.xero.com", new PartnerAuthenticator("https://api-partner.network.xero.com",
231
230
"https://api.xero.com", "oob", new MemoryTokenStore(),
0 commit comments