Skip to content

Commit 3c10f7e

Browse files
HEYGULJeremiejadeVincentHardouin
authored
fix: return proper client_id from validate application function
Co-authored-by: Jérémie Jadé <jeremie.jade@pix.fr> Co-authored-by: Vincent Hardouin <vincent.hardouin@pix.fr>
1 parent 248834f commit 3c10f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: api/lib/infrastructure/authentication.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function validateClientApplication(decodedAccessToken) {
109109
return {
110110
isValid: true,
111111
credentials: {
112-
client_id: decodedAccessToken.clientId,
112+
client_id: decodedAccessToken.client_id,
113113
scope: decodedAccessToken.scope,
114114
source: decodedAccessToken.source,
115115
},

0 commit comments

Comments
 (0)