intuit partner platform - realmId doesn't come from QBO through the OpenId workflow -
We are trying to implement OpenID in our application so that we can connect to QBO. As an example, we use code provided by Intuit
The problem is that realmId is zero, basically it is back from the intuit login page on our app Does not come. All other data is correct, such as name, email.
We define the attribute
fetch.Attributes.Add (new feature (request "http://axschema.org/intuit/ RealmId", true, 1 )); I have read that it was in the bug in Intuit regarding setting some cookies. Is this a problem or am I doing something wrong?
I can post more codes if I need to, but this is too much as provided by Intuit.
When the customer authorizes access to their data through 3-foot oath flows , Then the realmid call back URL will be on the query string that you provide.
There is always a client of OpenID workflow who selects a QuickBooks company.
After the OpenID flow, call the Javascript function Direct Connect (), you will get a real ID, Oauth flow as mentioned above
thanks
Comments
Post a Comment