I'm also trying to do this - I know things have changed in this area for 5.0.d…
In my localhost_access_log I'm seeing some 401 (permission denied):
127.0.0.1 - - [16/Jun/2015:13:36:54 +0000] "GET /alfresco/wcs/touch HTTP/1.1" 401 162
I've increased the logging a bit and see:
2015-06-16 09:18:24,870 DEBUG [site.servlet.SSOAuthenticationFilter] [localhost-startStop-1] Initializing the SSOAuthenticationFilter.
2015-06-16 09:18:24,874 DEBUG [site.servlet.SSOAuthenticationFilter] [localhost-startStop-1] Endpoint is alfresco
2015-06-16 09:18:24,875 DEBUG [site.servlet.SSOAuthenticationFilter] [localhost-startStop-1] userHeader is X-Alfresco-Remote-User
2015-06-16 09:18:24,876 DEBUG [site.servlet.SSOAuthenticationFilter] [localhost-startStop-1] userIdPattern is null
2015-06-16 09:18:24,876 INFO [site.servlet.SSOAuthenticationFilter] [localhost-startStop-1] SSOAuthenticationFilter initialised.
2015-06-16 13:25:50,091 DEBUG [site.servlet.SSOAuthenticationFilter] [http-bio-8080-exec-5] Initial login from externally authenticated user myuser
2015-06-16 13:25:50,092 DEBUG [site.servlet.SSOAuthenticationFilter] [http-bio-8080-exec-5] Accept-Language header present: en-GB,en;q=0.5
2015-06-16 13:25:50,106 DEBUG [app.servlet.WebScriptSSOAuthenticationFilter] [http-bio-8080-exec-9] Processing request: /alfresco/wcs/touch SID:null
2015-06-16 13:25:50,119 DEBUG [authentication.external.DefaultRemoteUserMapper] [http-bio-8080-exec-9] Getting RemoteUser from http request.
2015-06-16 13:25:50,119 DEBUG [authentication.external.DefaultRemoteUserMapper] [http-bio-8080-exec-9] The remote user id is: null
2015-06-16 13:25:50,120 DEBUG [authentication.external.DefaultRemoteUserMapper] [http-bio-8080-exec-9] The header user id is: null
2015-06-16 13:25:50,120 DEBUG [authentication.external.DefaultRemoteUserMapper] [http-bio-8080-exec-9] The proxy user name is: null
2015-06-16 13:25:50,120 DEBUG [authentication.external.DefaultRemoteUserMapper] [http-bio-8080-exec-9] Returning null
2015-06-16 13:25:50,126 DEBUG [site.servlet.SSOAuthenticationFilter] [http-bio-8080-exec-5] Repository session timed out - restarting auth process…
Note that share-config-custom.xml has changed since earlier versions