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

Naveen_AEM_dev
Naveen_AEM_dev
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
25

Posts

Posts
70

Discussions

Discussions
8

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Naveen_AEM_dev
Customize the badges you want to showcase on your profile
Re: AEM unable to login - Adobe Experience Manager 08-03-2016
I faced this issue sometime back and resolved it by deleting the cookies which removes the login-token cookie value.Once this cookie is removed, I tried to login again which set the proper cookie / token value and I was able to login fine!

Views

3.1K

Likes

3

Replies

0
Re: How To Avoid Auto Creation of (dir) folder while using VaultClipse - Adobe Experience Manager 08-03-2016
Hi Praveen,Might not be able to resolve this issue but would like to join in on the discussion and understand the idea behind .dir folders and why they are created.I've seen this behaviour also when there are .dir files created when trying to export the crx contents to the physical directory through - vault, packing with package manager, vault-clipse and the AEM plugin.Can you please explain why this happens? The folders are created empty and there is no properties set on this folder or are ther...

Views

2.5K

Likes

0

Replies

1
Re: Hobbes Documentation for `hobs.WebElements` - Adobe Experience Manager 08-03-2016
Unfortunately , the example itself doesn't provide the namespace details under which the variables are registered. We can infer that they are all registered in the global 'hobs' namespace.If you've checked the `hobs.WebElements' namespace and they are not there then I'd assume they are registered under the `hobs.WebElements.GeoOutdoors' namespace.

Views

1.6K

Likes

0

Replies

0
Re: AEM Tagging - Not pulling results with TagManager.find - Adobe Experience Manager 08-03-2016
Can you provide the code snippet for the getOptionalTags() method, I think that's the method of interest here since that is where the tags are retrieved and built.

Views

2.2K

Likes

0

Replies

1
Re: Hobbes Documentation for `hobs.WebElements` - Adobe Experience Manager 08-03-2016
Hi Gerard,In the example that you've shown above, "hobs.WebElements.GeoOutdoors" is the name of a variable that is registered under the 'hobs' global namespace. Similarly, the hobs.WebElements.GeoOutdoors.getMenNavHref() is a method which is defined in the hobbes test script (created for the specific content page in question) also registered under the hobs global namespace. It is a custom javascript function that would be created by the test author.As for the 'handleAutomatedRun()' method, this ...

Views

1.6K

Likes

0

Replies

2
Re: Detect if user is logged in with sightly - Adobe Experience Manager 07-03-2016
${currentSession.userID} The above sightly expression should give you the details of the current logged in user. If this returns a value of null / anonymous (not sure which value is returned) then there is no logged in session available.

Views

1.9K

Likes

3

Replies

0
Re: SAML logs not present in saml-log.log - Adobe Experience Manager 04-03-2016
The pattern that you've got is not the most informative but it shouldn't prevent any log messages from appearing in the log file itself.Even without the custom logger created for the saml package, you should be seeing log messages in the error.logs file. You should look into the error.logs for any log messages too.I've personally had more luck monitoring the IDP process logs for debugging issues along with the AEM logs so you should take a look at that too.For shibboleth IDP, you should look at,...

Views

3.1K

Likes

0

Replies

0
Re: AEM 6.1 | SAML Multiple Identity providers - Adobe Experience Manager 03-03-2016
Thanks for confirming Lokesh!

Views

1.3K

Likes

0

Replies

0
Re: AEM 6.1 | SAML Multiple Identity providers - Adobe Experience Manager 03-03-2016
Hi Lokesh,This wouldn't work for my use case because - if user logging in is not able to be authenticated by the first IDP, the request is not handed over to the second IDP for authentication automatically. There is a login error and the user will still be displayed the IDP1 Login screen.My requirement is, if the user is not authenticated successfully on IDP1 then the user credentials need to be sent (request forwarded) to IDP2 (this way there is no prompt for entering user credentials again) an...

Views

1.3K

Likes

0

Replies

0
AEM 6.1 | SAML Multiple Identity providers - Adobe Experience Manager 02-03-2016
My use case is as follows,One Service Provider (AEM) and 2 identity providers - IDP1 and IDP2. Let's assume that there is no login context / saved credentials in the SP so the SP will ask the IDP to assert the principal's (user's) credentials. In this case, IDP1 needs to first attempt to authenticate the user and if the user is not authenticated, delegate the request to IDP2 for authentication. If IDP2 is able to authenticate the user then the SP will receive the SAML response and make an access...

Views

2.2K

Likes

0

Replies

4