Skip to content

Commit

Permalink
Use the default IMS scope if one is not provided by consumers (adobec…
Browse files Browse the repository at this point in the history
  • Loading branch information
narcis-radu authored and vgoodric committed Feb 1, 2024
1 parent becfa72 commit bf6fdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class Gnav {
if (!imsClientId) return null;
window.adobeid = {
client_id: imsClientId,
scope: imsScope,
scope: imsScope || 'AdobeID,openid,gnav',
locale: locale?.ietf?.replace('-', '_') || 'en_US',
autoValidateToken: true,
environment: env.ims,
Expand Down

0 comments on commit bf6fdef

Please sign in to comment.