Skip to content

Commit

Permalink
Merge pull request #16 from rollthecloudinc/1-change-environment-conf…
Browse files Browse the repository at this point in the history
…ig-for-canva-distribution

[tz-1] Canva doesn't support openid results in auth error invalid scope.
  • Loading branch information
ng-druid authored Aug 8, 2024
2 parents aaf4ac8 + cd33a26 commit 1ade3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/spear/src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const environment = {
redirect_uri: 'https://spearhead-canva.climateaware-dev.eco/auth-callback',
silent_redirect_uri: 'https://spearhead-canva.climateaware-dev.eco/silent-refresh.html',
response_type: "code",
scope:"openid design:content:read design:meta:read design:content:write design:permission:read design:permission:write comment:read comment:write brandtemplate:meta:read brandtemplate:content:read profile:read", /*'ads_api media_api chat IdentityServerApi taxonomy_api api_gateway",*/
scope:"design:content:read design:meta:read design:content:write design:permission:read design:permission:write comment:read comment:write brandtemplate:meta:read brandtemplate:content:read profile:read", /*'ads_api media_api chat IdentityServerApi taxonomy_api api_gateway",*/
filterProtocolClaims: true,
loadUserInfo: true,
automaticSilentRenew: true,
Expand Down

0 comments on commit 1ade3b2

Please sign in to comment.