Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Raja-kp
Raja-kp
Online

Badges

Badges
30

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
161

Posts

Posts
147

Discussions

Discussions
42

Questions

Questions
105

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Raja-kp
Customize the badges you want to showcase on your profile
Re: how to redirect non WWW to WWW with AEM cloud? - Adobe Experience Manager 11-03-2022
Hi everyone, We need to do same redirection (non-WWW to WWW) on our cloud environment. But we did content path masking via Apache Sling Resource Resolver Factory configuration. We didn't create any mapping under /etc/map.. path. Our prod environment have 2 DNS record. One for www , one for non-www. https://yoast.com/how-to-remove-www-from-your-url/This document says you can redirect incoming traffic to www on htaccess file. Could we take similar approach?Add below RewriteRule on dispatcher conf ...

Views

321

Likes

0

Replies

0
Re: AEM azure B2c social auth - Adobe Experience Manager 07-03-2022
Thanks for reply, unfortunately both articles doesnt address our problem ,first one is about Azure B2C as direct auth provider which needs local accounts in azure B2c, second one is about Microsoft AD (it is different from Azure B2c). We have social auth configured in Azure B2C which does the token exchange on behalf of social providers and provides a unified auth mechanism need this flow to integrate with adobe

Views

142

Like

1

Replies

0
Re: AEM as Cloud Service CUG not working as expected - Adobe Experience Manager 04-03-2022
Have you deleted the existing changes which you have already done. Maybe one of them is causing this. Also, the path should include my-site/it/*, to make sure it only picks up pages inside it. I have used this way for CUG login multiple times(6.5.8,6.5.10,6.5.11), and it works.

Views

207

Like

1

Replies

0
Re: jetty (or HTTP) statistics via jmx - Adobe Experience Manager 25-02-2022
As a workaround - I am toying with this idea .. @Service @Properties({ @Property(name = "sling.filter.scope", value = "REQUEST", propertyPrivate = true), @Property(name = "service.ranking", intValue = 100, propertyPrivate = true) }) public class RequestCountFilter implements Filter { private AtomicLong requests = new AtomicLong(0); @Override public final void destroy() { } @Override public final void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException...

Views

204

Like

1

Replies

0
Re: Adding apache basic auth for a path in content hierarchy(one subdomain) - Adobe Experience Manager 25-02-2022
You can create the .htaccess file in your local. Add the username into the file and the file looks like :username:password (password in encrypted format). Regards,Raja

Views

516

Like

1

Replies

0
Re: AuthenticationSupport service missing while restarting aem instance - Adobe Experience Manager 25-02-2022
@Dolly1. Check whether your Apache Sling Authentication Service Bundle is active or not (http://localhost:4502/system/console/bundles/)- if not active then try to activate it manually.2. Stop the AEM instance - Go to folder crx-quickstart/repository/remove folder index -> Start the AEM3. Go for a re-indexing - http://www.wemblog.com/2011/12/how-to-rebuild-index-in-cq5-wem.html4. Check the ERROR log - if you are seeing any memory related logs (Java Heap Space (java.lang.OutOfMemoryError: Java hea...

Views

248

Likes

3

Replies

0
Re: Data archival in AEM - Adobe Experience Manager 23-02-2022
@Seek_AEM Please refer these articles for more understanding:Solved: Content and Content Version Archival - Adobe Recom... - Adobe Experience League Community - 285679Content Archival strategy - Adobe Experience League Community - 381385 Regards,Raja

Views

287

Like

1

Replies

0
Re: ACS AEM reports work on author instance but not publisher - Adobe Experience Manager 22-02-2022
Also we see the following error message on the client side. Is there a way to set up cross-origin resource sharing for the ACS AEM Commons reports? Ensure CORS response header values are valid A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated preflight request .

Views

274

Like

1

Replies

0
Re: SAML 2.0 Authentication Handler - successful login but redirect to blank page / 404 - Adobe Experience Manager 18-02-2022
@Jansen Let us know after successful login - where you are getting redirected to ?What's the page response you are getting when you try to access https://author:4502/content/desktop/en.html ? Create a logger called saml.log and tail the saml logs while logging into AEM. Can you please review the "Default Redirect" configuration:Also - try to update the complete path in the Default Redirect configuration - https://author:4502/content/desktop/en.html. Regards,Raja

Views

405

Like

1

Replies

0
Re: Page not cache to the particular folder in dispatcher - Adobe Experience Manager 17-02-2022
@savi50 Can you tail the dispatcher logs when you access the page and let us know the page response ? Regards,Raja

Views

238

Like

1

Replies

0