Two options can be followed - Enable any new editable templates through code deployment(obviously this wont provide the required flexibility for the Authors) - I will recommend this if less number of templates created and well planned ahead of time - Allow the author to enable the templates - Sync t...
If all the required configurations files are available inside the module, I suspect the issue is with symlinks, please refer to the following URL for more details on symlinks in dispatcher configurations - https://medium.com/tech-learnings/aem-dispatcher-configurations-symlinks-8f52f554ffa5 RegardsA...
@jarvislukow - I never tried this but should be possible with some effort - Extend the OAuth2ServerAuthenticationHandler The OAuth2ServerAuthenticationHandler is responsibe for validating the token and sending the AuthenticationInfo object on sucessfull validation/login(null response incase of vali...
Please check if this URL helps - https://medium.com/tech-learnings/how-to-manage-the-protected-aem-resources-through-oauth-2-0-851ce4c7a5ef RegardsAlbin I
You can try to use the localization feature of the core experience fragment(define header and footer through experience fragment) to achieve your scenario with the same template. Refer to https://www.albinsblog.com/2021/02/how-to-reuse-editable-template-with-multiple-sites-in-aem.html for more detai...
Thanks @kautuk_sahni HI @mahamooda726898Please let me if you still facing the issue after following the blog. Also share the index configuration packageRegardsAlbin Iwww.albinsblog.com
Try to modify the sling:match as sling:match - prepaidcards/student.html (removed the slash). Also, note sling:redirect instead of sling:internalRedirect with complete URL should used if you want to redirect the user to specific URL in browser.
Try adding the maapings under http node, if that works. The X-Forwarded headers will be sent by Load Balancers if the SSL is terminated at Load Balancer.