ExampleLogin1 Audit script not returning correct data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 10:23 AM
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
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 10:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 04:20 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 11:38 AM
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.
