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

justin_at_adobe
justin_at_adobe
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
259

Likes Received

Likes Received
88

Posts

Posts
529

Discussions

Discussions
21

Questions

Questions
508

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by justin_at_adobe
Customize the badges you want to showcase on your profile
Re: Twitter Feed Component from ACS commons on AEM 6.3 not working - Adobe Experience Manager 27-09-2018
I'm not sure what you mean by "API constraints". That bundle works fine on AEM 6.3. Same thing with "JSP used in the component". There's no requirements put on the JSP (or even a requirement to use JSP) imposed by the ACS AEM Commons Twitter integration.But if this is the path you want to go down, that's ultimately up to you. My guess is that you are missing the service user configuration. You said you created the service user, but didn't say whether or not you created the service user configura...

Views

1.3K

Likes

0

Replies

0
Re: SiteMap for different locale / domain - Adobe Experience Manager 24-05-2018
it reminds of previous project. We had one sitemap component which shows links in html page (sitemap.html) as well as generate XML (sitemap.xml.html)Each locale had their own sitemap component in its sitemap.html pageand mapping from JCR Resource resolver was used to map these internally.site.com/sitemap.xml - content/site/jcr:content/sitemap.xmlsite.en/sitemap.xml - content/site/en/jcr:content/sitemap.xmlsite.us/sitemap.xml - content/site/us/jcr:content/sitemap.xmlhope this helps.Main idea was ...

Views

1.4K

Likes

0

Replies

0
Re: AEM Sling custom injector @Source issue. - Adobe Experience Manager 23-01-2018
I could use something like here? sling-models-demo/ResourcePathInjector.java at master · justinedelson/sling-models-demo · GitHubResourcePath path = element.getAnnotation(ResourcePath.class);if (path == null) { return null;}

Views

1.4K

Likes

0

Replies

0
Re: Is there a way to skip the pipelines in sling rewriter? - Adobe Experience Manager 07-09-2017
Thanks justin_at_adobe​ . Unfortunately all transformer are not under my control & developed by different vendor making more challenge. But you gave me a great clue & should help us. Once again thanks a lot for timely help.

Views

992

Likes

0

Replies

0
Re: Preventing the JSESSIONID cookie from being set based on another cookie - Adobe Experience Manager 05-05-2017
More feedback -- as I remember from previous other projects in UK, not every cookie is banned;-) Here is the quote from http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm: However, some cookies are exempt from this requirement. Consent is not required if the cookie is:used for the sole purpose of carrying out the transmission of a communication, andstrictly necessary in order for the provider of an information society service explicitly required by the user to provide that service.Cookies...

Views

1.1K

Likes

0

Replies

0
Re: SAML Linkage error. - Adobe Experience Manager 19-07-2016
I have updated "Imported-Packge" & "Exported-Packge" sections in the manifest file of dependency bundle (by keeping only required references).Then the above Linkage error problem was solved.

Views

751

Likes

0

Replies

0
Re: Transformer Factory options - Adobe Experience Manager 15-06-2016
Here's a trivial example of a Transfomer which adds "HELLO" inside comments: https://gist.github.com/justinedelson/cdcf502413740bef9539faf74385a599

Views

984

Likes

0

Replies

0
Re: Can i clear only the AEM level SAML Assertion and not the IDP SAML session. - Adobe Experience Manager 28-04-2016
It would help if you could describe what end result you are trying to accomplish.Based on your description, you will need to reconfigure your IDP. Because when a user logs out of AEM (and you don't have Single Logout Configured), the next request from the user will get redirected to the IDP and then the IDP response will include the assertion necessary for the user to be logged into AEM. If, in the interim, you reconfigure the IDP to no longer send the assertion to AEM, then the user won't be lo...

Views

807

Likes

0

Replies

0
Re: 403 forbidden error on dispacther url for j_security_check - Adobe Experience Manager 25-04-2016
Thanks, I was able to resolve the issue when i changed the form action which was pointing to /content/product/catalog/en_US/login/j_security_check to just point to /product/catalog/en_US/login/j_security_check

Views

2.2K

Likes

0

Replies

0
Re: which is better for using external authentication with DB ? - Adobe Experience Manager 26-02-2016
Regarding the first scenario, what I was trying to say is that you cannot get the full functionality of AEM without syncing users. I suppose in some limited use case, this might work, but I've rarely see a case where only authentication was necessary or appropriately. After all, if you are authenticating users, it is usually to give them some kind of value in having done that authentication, which means some level of authorization as well.

Views

929

Likes

0

Replies

0
Likes given to