Het is gelukt om met een “development test app” te verbinden met de Query Tool met Exact. En ik kan de gegevens inzien.
Hoe moet ik dit nu voor elkaar krijgen in een custom .NET app?
Het is gelukt om met een “development test app” te verbinden met de Query Tool met Exact. En ik kan de gegevens inzien.
Hoe moet ik dit nu voor elkaar krijgen in een custom .NET app?
Advies is om een voorbeeld te volgen zoals:
of
Ik heb nu een variant gemaakt met deze ingevulde parameters:
De connectionstring is dan:
provider=ExactOnlineAll;api-url=https://start.exactonline.nl;User ID=user;Password=passwordapi-client-id=client id guid;api-client-secret=secret;api-redirect-url=https://clientredirect.invantive.com
Code:
const string EOL_COUNTRY_TLD = "nl";
const string EOL_USER = "user";
const string EOL_PASSWORD = "password";
const string EOL_API_CLIENT_ID = "client id guid";
const string EOL_API_CLIENT_SECRET = "secret";
const string EOL_API_REDIRECT_URL = "https://clientredirect.invantive.com";
Geeft de melding:
itgenobr298
Unexpected redirect to login screen.
Please verify that the multi-platform variant of Invantive Data Hub or Invantive Bridge is being used instead of the .net framework variant.
Meer informatie over itgenobr298 is te vinden in:
en
Bij gebruik van One Exact Identity zal het Microsoft .net 4.8 Framework niet kunnen samenwerken met Azure B2C van Microsoft.
Roept u de Invantive Bridge-bibliotheken aan vanuit Microsoft .net core 8 of hoger, of vanuit Microsoft .net 4.8 Framework?