Bundle is NOT whitelisted in AEM | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
January 6, 2022

Bundle is NOT whitelisted in AEM | AEM Community Blog Seeding

  • January 6, 2022
  • 0 replies
  • 2183 views

BlogImage.jpg

Bundle is NOT whitelisted in AEM by Rashid Jorvee blog

Abstract

While using the loginAdministrative() method of SlingRepository class you might see an error "Bundle is not whitelisted". To get this method work we have to whitelist the bundle in OSGi configuration "Apache Sling Login Admin Whitelist" this helps us to defines which bundles can use SlingRepository.loginAdministrative().

Below is the code snippet of creating session using loginAdministartive method.

@Reference
private SlingRepository repository

Session session = repository.loginAdministrative(null);

Read Full Blog

Bundle is NOT whitelisted in AEM

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.