Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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