Skip to content

Releases: AISI-Dev-Co/AISI.AcumaticaWebhookAuthenticator

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:17

JWT scheme

Compact JWS (HS256 / HS512) via JwtAuthenticator and WebhookAuthPresets.JwtBearer. HMAC covers header.payload only, not the HTTP body. Defaults require claim bh (base64url SHA-256 of the raw body) and aud equal to the webhook registration id. exp is required unless you turn it off.

Also in this release: tenant-agnostic AS301000 site map (~/Pages/AS/AS301000.aspx), Administrator + Customizer rights only, and the adapter DLL is no longer committed. Ubuntu CI ships the Core nupkg. The customization zip on this release was packed against Acumatica 2026 R1 (26.093).

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:17
2d2f75a

What's Changed

  • HMAC authentication core for Acumatica inbound webhooks by @aleksiwan01 in #1
  • Adapter, remaining schemes, IP allowlist, release pipeline by @aleksiwan01 in #2

New Contributors

Full Changelog: https://github.com/AISI-Dev-Co/AISI.AcumaticaWebhookAuthenticator/commits/v0.1.0