cancel
Showing results for 
Search instead for 
Did you mean: 

ExampleLogin1 Audit script not returning correct data

darkredd
Star Contributor
Star Contributor

Good day,

In our environment, we have setup SSO to Alfresco using kerberous, and a test server does not have SSO.

We are trying to use the alfresco/service/api/audit/query/AuditExampleLogin1 to get the users logging into the sytem. On the test server this works well, however in our other server with SSO enabled the webscript on shows one user (this user only logs in through CMIS). Could it be that SSO is having an effect on the webscript, in that Alfresco does not recognize SSO logins as traditional username and password log ins?

Any help would be appreciated.

Using: Alfresco 201605 GA (5.1.0 (r127059-b7))

Regards

~Vusani

3 REPLIES 3

kaynezhang
World-Class Innovator
World-Class Innovator

For external SSO alfresco ,alfresco only retrieve the remote user name from request header.

it will skip authentication,and also will not record authentication audit log.

Hi kayne zhang​,

Thank you for the reply, is there a way around amending the request header to mimic that of "true" authentication so it can log in the audit still with SSO enabled?

kaynezhang
World-Class Innovator
World-Class Innovator

No,as far as I know you can't ,if you don't override remote user authentication code.

But SSO user's other operations in alfresco will be correctly logged.