saml user can not access the OSGI web console even through related user group added into Apache Sling Web Console Security Provider | Community
Skip to main content
New Participant
October 16, 2015
Solved

saml user can not access the OSGI web console even through related user group added into Apache Sling Web Console Security Provider

  • October 16, 2015
  • 2 replies
  • 992 views

Hello, 

I enabled the saml in AEM 6.0 sp1 platform, so every user will not use the AEM local authentication for login. But some of the users they want to access the OSGI web console, I add those users to the admin group, and have admin group been added to "Apache Sling Web Console Security Provider", but saml user still don't have access to the OSGI console. If I use AEM local user, it works.

I think for OSGI web console accessing, it's default local authentication, it seems like AEM can recognize local user, but not for non-local user.

How should I handle this?

Owen Wang

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

Osgi web console have integration with basic http only. Addidtional with saml integration password is not stored in AEM repository.  You need to develop a plugin using websecurityprovider & not available out of the box.

http://felix.apache.org/site/web-console-security-provider.html

2 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Osgi web console have integration with basic http only. Addidtional with saml integration password is not stored in AEM repository.  You need to develop a plugin using websecurityprovider & not available out of the box.

http://felix.apache.org/site/web-console-security-provider.html

New Participant
October 16, 2015

Thank you for your answer, Sham.