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

Andrew_Khoury
Andrew_Khoury
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
78

Posts

Posts
93

Discussions

Discussions
23

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Andrew_Khoury
Customize the badges you want to showcase on your profile
Re: Parallel authentication support for same site on AEM 6.1 - Adobe Experience Manager 20-05-2020
Since there is no way to define which handler on the same path to trigger for authentication you would have to do some customization. You could implement a custom servlet /bin/auth and configure the authentication handlers under subpaths of the servlet - for example /bin/auth/saml. When the user accesses the AEM site via method requiring SAML then set a cookie to remember their original entry point and redirect to that servlet with a querystring saying which type of authentication. For Example:/...

Views

2.1K

Likes

4

Replies

0
Re: Trying to implement SAML in AEM 6.5. Not able to see... - Adobe Experience Manager 19-05-2020
Here is the correct doc for 6.5:https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/saml-2-0-authenticationhandler.html Sorry for the confusion with the 6.3 doc, I will notify our docs team.

Views

3.1K

Likes

3

Replies

1
Re: SAML Response contains DN - Adobe Experience Manager 18-05-2020
AEM's SAML handler doesn't parse out the CN from the DN. However, you can just use the DN in AEM and it doesn't have to be visible to users. You can create the groups in AEM with the DN as the id, for example, "CN=APP-CRM-BUILD-PROFILE-CSR,OU=Resources,OU=_Groups,DC=lan,DC=xxxx,DC=org", then just give the group a friendly name in the group title. Why the need for it to be the CN? DN isn't a bad thing, it avoids naming conflicts.

Views

4.2K

Likes

0

Replies

0
Re: SAML Response contains DN - Adobe Experience Manager 18-05-2020
You must configure the IDP to send the value you want. This isn't handled by AEM. In the AEM SAML Handler OSGi configuration, you would just set the "Group Membership" property with the name of the SAML attribute containing the list of the user's memberships (containing the group CNs instead of DNs). Based on my findings, I suspect you are using OpenAM IDP from Forgerock, is that correct? If so, I guess you would need to implement a custom attribute mapper:https://backstage.forgerock.com/knowled...

Views

4.3K

Like

1

Replies

2
Re: Using AEM as a Frontend with a REST API - Adobe Experience Manager 18-05-2020
1. See the Single Page Application (SPA) feature set for AEM, here is the React tutorial:https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-spa-wknd-tutorial-develop/react/chapter-1.html If that is too tightly integrated then see the headless CMS features of AEM:https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-with-aem-headless/overview.htmlhttps://www.adobe.com/experience-cloud/topics/headless-cms.htmlhttps://www.hcltech.com/blogs/understand...

Views

3.3K

Likes

2

Replies

1
Re: AEM costs - Adobe Experience Manager Forms 14-05-2020
Hi @sarakellyn the official channel for pricing is here:https://www.adobe.com/products/request-consultation/marketing-cloud.htmlPlease fill out the form or call the number there and somebody would assist you.

Views

3.4K

Like

1

Replies

0
Re: Page Exporter API target location - Adobe Experience Manager 12-05-2020
I wrote a small app recently that does this so I could debug a product issue with content-sync. You can download it here:https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A52ae18bd-a1c4-48e6-b63f-25e31019bc6b The app is under /apps/test/test.jspYou run it by going to /apps/test.html

Views

2.3K

Likes

0

Replies

0
Re: Error during uploading package in AEM 6.5 - Adobe Experience Manager 11-05-2020
Your maven pom.xml file for bundle IA_Wrapper_Services.core has the dependency for org.sling.apache.event set with the wrong version (mismatch to 6.5 version). Please match your dependency version config for org.apache.sling.event in the pom.xml to match the bundle in /system/console/bundles.

Views

8.6K

Like

1

Replies

2
Re: how to flush selector based caching - Adobe Experience Manager 11-05-2020
If ResourceOnly flushes don't solve this then you can look into implementing a custom invalidation handler script:https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html#using-custom-invalidation-scriptshttps://arborydigital.com/blog/2019/12/05/aem-dispatcher-custom-invalidation-scripts/

Views

4.7K

Likes

3

Replies

2
Re: Force application/json content-type - Adobe Experience Manager 11-05-2020
Depending on the AEM version, you might also be hitting a product issue where response headers are reset on serving of asset files. To address that, you can apply the latest service pack - test locally to confirm.

Views

4.9K

Likes

0

Replies

0