Hi,In Sling, Authentication Handlers can be applied by path, so this is just a matter of configuring each Authentication Handler with the set of paths it should handle.Regards,Justin
Hi,The Login Selector Authentication Handler allows you to specify a different login page based on the content path. It sounds like this isn't what you are trying to do. Instead, you want to redirect the user to a different location after login.One way to do this is to pass a request parameter named...
I'm not aware of public documentation for this. I've created an internal documentation request. Feel free to file a DayCare issue indicating that this is a priority for you and reference DOC-4746.
There's nothing OOTB, but you can use Netty for WebSockets. Take a look at https://github.com/Adobe-Consulting-Services/acs-aem-tools/tree/master/bundle-live-reload for a WebSocket-on-AEM project. You can download a content package containing the necessary Netty bundles from https://github.com/Adobe...
Hi,You should put your nodetype in the nodetypes.cnd file in the content package (in META-INF/vault). That way it will be created before the package's contents are installed.Regards,Justin
You might want to use the convienence content packages we have on GitHub. I typically keep these at most a day or two behind the actual Sling releases. Here's the latest one: https://github.com/Adobe-Consulting-Services/com.adobe.acs.bundles.sling-models/releases/tag/com.adobe.acs.bundles.sling-mode...