Skip to content

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:00
· 5 commits to main since this release

Fixed

  • clientId und applicationId getrennt. Smartcar verwendet zwei verschiedene IDs:
    • Application ID (UUID, z.B. 548f3955-...): wird für die Connect OAuth URL
      als client_id-Parameter benötigt.
    • API Client ID (client_01…): wird für den client_credentials Token-Abruf
      verwendet.
      Bisher wurde dieselbe ID für beides verwendet, was bei einer ID zum Fehler
      400: Invalid parameter client_id führte.

Migration

  • Neues Pflichtfeld applicationId in den Plugin-Einstellungen einfügen:
    Smartcar Dashboard → Configuration → Application details → Application ID (UUID)