refresh clientid
This commit is contained in:
parent
0b57d8b7f3
commit
e5fb0fe6c6
|
@ -417,7 +417,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||||
const response = await fetch(new Request(this.identityBaseUrl + '/connect/token', {
|
const response = await fetch(new Request(this.identityBaseUrl + '/connect/token', {
|
||||||
body: this.qsStringify({
|
body: this.qsStringify({
|
||||||
grant_type: 'refresh_token',
|
grant_type: 'refresh_token',
|
||||||
client_id: 'browser',
|
client_id: this.platformUtilsService.identityClientId,
|
||||||
refresh_token: refreshToken,
|
refresh_token: refreshToken,
|
||||||
}),
|
}),
|
||||||
cache: 'no-cache',
|
cache: 'no-cache',
|
||||||
|
|
Loading…
Reference in New Issue