Hello @sharifbd ,
The “Sign in with Adobe” Button Will Only Show If:
- The author login page is under IMS auth control, and the handler is properly registered.
- Anonymous access is DISABLED for login page.
- The IMS config is healthy (a broken config can sometimes suppress the button).
If your AEM 6.5.21 IMS setup shows “connected” but the “Sign in with Adobe” button is missing , it means the OAuth Authentication Handler isn’t configured or active.
Fix:
-
Go to /system/console/configMgr → create/configure Adobe Granite OAuth Authentication Handler.
-
Set Config ID = your IMS config ID (e.g., ims).
-
Set Provider ID = same as above.
-
Add Path = /.
-
Enable Create Users (optional).
-
Save and ensure the handler + provider bundles are active.
-
Check no custom login overlay has removed the button (/apps/granite/core/content/login).
Once done, refresh the login page , the “Sign in with Adobe” button should appear.