Skip to content

Commit

Permalink
pass client_id in token_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Feb 12, 2024
1 parent bae317e commit d4d3e1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export class ManagementPortalAuthService extends AuthService {
.set('grant_type', environment.authorizationGrantType)
.set('redirect_uri', window.location.href.split('?')[0])
.set('code', authCode)
.set('client_id', environment.appClientId)
}

getTokenRequestHeaders() {
Expand Down

0 comments on commit d4d3e1e

Please sign in to comment.