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

Jineet_Vora
Jineet_Vora
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
32

Likes Received

Likes Received
63

Posts

Posts
62

Discussions

Discussions
6

Questions

Questions
56

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jineet_Vora
Customize the badges you want to showcase on your profile
Re: Two factor authentication for crx - Adobe Experience Manager 24-09-2020
There should always be a back door entry. If anything goes wrong in MFA authentication how would admins be able to login to AEM CRX? Also, changing core login mechanism is highly risky.

Views

354

Likes

0

Replies

0
Re: Two factor authentication for crx - Adobe Experience Manager 24-09-2020
Hello @jay1122,Considering it is CRX Explorer where limited access (only admins) is required, what's the use case which requires you to set up MFA on CRX level? Generally MFA is for business users on AEM welcome page where they do not have access to CRX at all. There should always be a back door entry. If anything goes wrong in MFA authentication how would admins be able to login to AEM CRX? Also, changing core login mechanism is highly risky.Jineet

Views

366

Like

1

Replies

2
Re: SQl2 query with contains does not find any nodes - Adobe Experience Manager 22-09-2020
@Magicr,Difference between Contains and Like:1. Contains: Searches the given string anywhere in the data2. Like: Works with regular expression and searches for an expression. e.g. %adobe%

Views

1.2K

Like

1

Replies

1
Re: Enabling Dynamic Media AEM 6.5 - Adobe Experience Manager 16-09-2020
Hello @jlfera, In your command add the debug flag to verify the runmode in CMD:java -Xdebug -Xms4096m -Xmx4096m -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=500000 -jar cq-quickstart-6.5.0.jar -gui -r author,dynamicmedia_scene7 -p 4502After AEM instance is up double check the runmode from AEM: http://localhost:4502/system/console/status-slingsettingsAlso check the configuration of Dynamic Media Configuration in the Cloud Services section: http://localhost:4502/libs/dam/content/configura...

Views

484

Likes

2

Replies

1
Re: Cannot delete configuration using CURL on AEM 6.5 - Adobe Experience Manager 16-09-2020
Hello @surenk,Apparently you're deleting the config from a wrong location. The location of config can be under /apps//config or /apps/system/config.Please try with below command: curl -u admin:admin -H User-Agent:curl -F":operation=delete" http://localhost:4502/apps//config/.config Hope this helps!Jineet

Views

689

Like

1

Replies

0
Re: Experience Fragments and Plain HTML renditions, could... - Adobe Experience Manager 15-09-2020
Hello @williamkr1,The plain selector will change the URL to the publish one. However, 'generally' the XFs are not to be accessed to the publisher as they're used to export to third party like Target directly from Author instance.If you need to check html which is being sent to third party like Target, please use 'nocloudconfigs' selector.By default, when you construct a Target HTML Offer, a request is sent to a custom Sling selector in AEM. This selector is called .nocloudconfigs.html . As its n...

Views

509

Like

1

Replies

0
Re: Quick Publish button not showing immediately after im... - Adobe Experience Manager 15-09-2020
Hello @gayatrik8153299,Whenever an image is uploaded, an internal workflow is triggered in background which will create various renditions for that image. Also it depends on the size of the image being uploaded which can take a few seconds.It'll also show 'Processing' on that asset.Please check with various size images (including smaller ones) and see if you're able to replicate the issue. Generally it shouldn't take a minute unless its a heavy asset or a system is busy.Jineet

Views

461

Like

1

Replies

0
Re: Creating Role based access in AEM Website - Adobe Experience Manager 15-09-2020
Hello @Heena06, For this purpose you would need to create users and assign groups (may be default built in group) to those users. Or if you want then you can create your custom group with restricted access to achieve your case.Please refer https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/security.html You can access the user admin tool from here:http://localhost:4502/useradminHope this helps!Jineet

Views

418

Likes

2

Replies

1
Re: SAML Integration: Assigning user groups without addin... - Adobe Experience Manager 14-09-2020
Hello @kinjald91769604,You can leverage 'Adobe Granite SAML 2.0 Authentication Handler' located at http://localhost:4502/system/console/configMgr to connect your IdP with SP (your AEM Site).There is an option to create a user in CRX which should be off in your case and you can check add to groups option and specify the name of the group. For more details please check: https://helpx.adobe.com/experience-manager/using/aem63_saml.htmlHope this helps!Jineet

Views

274

Like

1

Replies

0
Re: AEM 6.3 - registering Servlets with paths - Adobe Experience Manager 02-12-2019
Per Apache Sling, there are different ways to register a servlet path.If you want at first level then you have to register a servlet as '/feed.servlet' and then in 'Apache Sling Servlet/Script Resolver and Error Handler' configuration add '/feed.servlet' as your servlet execution path. Note that '.servlet' is expected and mandatory for first level servlet.If you want to keep at second/more than one level then in the configuration, you have to specify the sub-tree like '/feed/' which will expect ...

Views

9.3K

Like

1

Replies

0