Skip to content

Commit

Permalink
Nissan: fix authentication (#13962)
Browse files Browse the repository at this point in the history
andig authored May 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bd94c51 commit cee3cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vehicle/nissan/identity.go
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ import (

const (
APIVersion = "protocol=1.0,resource=2.1"
ClientID = "a-ncb-prod-android"
ClientSecret = "0sAcrtwvwEXXZp5nzQhPexSRhxUVKa0d76F4uqDvxvvKFHXpo4myoJwUuV4vuNqC"
ClientID = "a-ncb-nc-android-prod"
ClientSecret = "6GKIax7fGT5yPHuNmWNVOc4q5POBw1WRSW39ubRA8WPBmQ7MOxhm75EsmKMKENem"
Scope = "openid profile vehicles"
Realm = "a-ncb-prod"
AuthURL = "https://prod.eu2.auth.kamereon.org/kauth"

0 comments on commit cee3cf7

Please sign in to comment.