Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

how to link dynamic banner to sign-in prompt?

Avatar

Level 1

hello, is anybody out there? my previous 3 posts have gone unanswered. i'm hoping that someone can help this time.

referencing this page: https://helpx.adobe.com/digital-publishing-solution/help/creating-banners.html

under the description for Dynamic Banners, it mentions the ability to have a dynamic banner that "displays the entitlement sign-in prompt," but there is no link to more info. i have looked everywhere for instructions on how to do this. i am sure it's a very simple thing that can be accomplished with a navto:, but i don't know what the navto: should link to. any help would be appreciated!

thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 8

Dynamic Banners have access to the same JavaScript APIs as HTML articles.  So, you can use the same calls that you would if you were writing a HTML based article, including the out of the box Cordova plugins

The User API has a launchSignInUX method that you can call from your banner.

Have a look at the AEM Mobile specific Cordova-enabled plug-ins help article for details and a link to some samples.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 8

Dynamic Banners have access to the same JavaScript APIs as HTML articles.  So, you can use the same calls that you would if you were writing a HTML based article, including the out of the box Cordova plugins

The User API has a launchSignInUX method that you can call from your banner.

Have a look at the AEM Mobile specific Cordova-enabled plug-ins help article for details and a link to some samples.

Avatar

Employee

Sample entitlement banner code is now available under "Dynamic banners" in this article:

Creating banners and dynamic banners for browse pages

If you're not signed in, you get a "Click here to sign in" prompt. If you're signed in, you get a Sign Out button that displays the banner short title (or "Hello"). You can edit the index.html file to provide your own strings and formatting. (Remember to select the "Enable extensibility features" option when creating the dynamic banner.)