cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 4.1 external SSO Security

mstein
Champ in-the-making
Champ in-the-making
I'm hoping someone here has an answer for me, I'm working on enabling the external authentication subsystem and had some questions about security.

It seems that once the system is enabled, all Alfresco needs for SSO is a header. If that Alfresco was outward facing, anyone with malicious intent, could simply insert add the Remote-User header with the value admin and have at the repository. Is there a way to ensure that the header was included from my authenticating app and not otherwise injected?

If not, would my next step be to write a custom authentication subsystem?

Thanks in advance.
1 REPLY 1

mrogers
Star Contributor
Star Contributor
You need to make sure there is protection for your authentication tokens.   So alfresco should probably be behind a firewall that rips off any malicious tokens.