Skip to content

Commit

Permalink
Merge pull request #709 from adobecom/MWPW-154359
Browse files Browse the repository at this point in the history
[For Stage Test] MWPW-154359 Update AdobeID to support guest session token
  • Loading branch information
TsayAdobe authored Jul 15, 2024
2 parents a5378a0 + 24db379 commit 002ce8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ if (IMS_GUEST) {
client_id: CLIENT_ID,
scope: 'AdobeID,openid,gnav,additional_info.roles,read_organizations,pps.read',

guest_token_force_refresh: true,
enableGuestAccounts: true,
enableGuestTokenForceRefresh: true,

api_parameters: { check_token: { guest_allowed: true } },

Expand Down

0 comments on commit 002ce8c

Please sign in to comment.