Skip to content

Commit

Permalink
Reverted default ims clientId
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lessard committed Mar 14, 2024
1 parent 26f65a6 commit 353112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/security-imslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { isPublicPage } from './security.js';
let isIMSInitialized = false;

const IMSLIB_ENV_CONFIG = {
clientId: 'aem-assets-content-hub-1',
clientId: 'assets-distribution-portal',
scope: 'openid,AdobeID,additional_info.projectedProductContext,read_organizations',
urls: {
stage: 'https://auth-stg1.services.adobe.com/imslib/imslib.js',
Expand Down

0 comments on commit 353112d

Please sign in to comment.