Skip to content

Commit

Permalink
add org id to tokenrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
yunakim714 committed Sep 27, 2024
1 parent 27bf96d commit 0043994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/static/helpers/slasHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export async function loginIDPUser(
grant_type: privateClient
? 'authorization_code'
: 'authorization_code_pkce',
organizationId: slasClient.clientConfig.parameters.organizationId,
redirect_uri: parameters.redirectURI,
...(parameters.dnt !== undefined && {dnt: parameters.dnt.toString()}),
...(parameters.usid && {usid: parameters.usid}),
Expand Down

0 comments on commit 0043994

Please sign in to comment.