cancel
Showing results for 
Search instead for 
Did you mean: 

Can't send invitations with SSO (external auth)

nobby
Champ on-the-rise
Champ on-the-rise
Hi all,

I just got my setup to work:

* Alfresco 4.0.a community edition
* External authentication (Shibboleth SSO)

When I log in to the share app and want to send an invitation, I get an error message. The log reveals this:

Caused by: org.alfresco.service.cmr.invitation.InvitationExceptionForbidden: 09110036 "Current user, share-system, is not a Site Manager for site: (…)"
   at org.alfresco.repo.invitation.InvitationServiceImpl.checkManagerRole(InvitationServiceImpl.java:1221)
   at org.alfresco.repo.invitation.InvitationServiceImpl.startNominatedInvite(InvitationServiceImpl.java:966)
   at org.alfresco.repo.invitation.InvitationServiceImpl.inviteNominated(InvitationServiceImpl.java:240)
   at org.alfresco.repo.invitation.InvitationServiceImpl.inviteNominated(InvitationServiceImpl.java:196)

It seems like the proxy user substitution for the "share-system" proxy user doesn't work here.

Thanks in advance for any hints!

Best regards,
Andreas
1 REPLY 1

nobby
Champ on-the-rise
Champ on-the-rise
The following configuration helped:


external.authentication.proxyHeader=X-Alfresco-Remote-User
external.authentication.proxyUserName=share-system