We have 4 different environments, Existing mapping:AEM EnvironmentLaunch EnvironmentDEVDevelopmentTESTtestSTAGEStagingPRODProduction According to documentation / videos we can connect instances only to Launch Staging / Production. I haven't found any docs related to it. Should it be also Adobe I / ...
I am trying to understand when it make sense to use multiple renderer in dispatcher.any configuration. For example I have this setup.On Dispatcher-1 server: /renders {
/0001 {
/hostname "https://publish-1.com"
/port "8443"
}
/0002 {
/hostname "https://publish-2.com"
/po...
The component X should render the component Y using data-sly-resource and pass selector for rendering is different tile. See the Core carousel / Tabs component. @arunpatidar the list component does not have the above functionality(allow another component ) as described.
Hi Tung, Have you tried this -@Component @Providespublic class MyComponent implements MyService { @ServiceProperty(name="username", mandatory=true)private String m_username; @Property(name="password", mandatory=true)private String m_password;//...}
I assume that you are using OAUTH for authentication, take a look at OOTB Facebbok/Twitter authentication handler. You have to create custom authentication handler to achieve this.
you have to use callback mechanishm whenever user is synced. Follow this : http://dev.day.com/docs/en/crx/current/administering/ldap_authentication.html#CALLBACKS1. mention this parameter syncCallbackClass in ldap_login.conf2. get the userid from map3. Assign the user to the group you want.