cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS endpoint authentication

ranajitjana
Champ in-the-making
Champ in-the-making
I have managed to get the SSO running with share

but still the following URL is asking for the username and password

http://host:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
a popup asking for username password is coming in the browser which does not recognise any user from the ldap or passed by OpenAM. but it recognises admin/admin

assume that all the user import is for alfresco and share thus the common login should work.

I have changed the web.xml too to include the security filter in alfresco/WEB-INF/web.xml similar to what has been added in share/WEB-INF/web.xml
   <filter>
      <description>OpenAM Tomcat Policy Agent Filter</description>
      <filter-name>OpenAMAgent</filter-name>
      <filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
   </filter>


    <filter-mapping>
      <filter-name>OpenAMAgent</filter-name>
      <url-pattern>/*</url-pattern>
      <dispatcher>REQUEST</dispatcher>
      <dispatcher>INCLUDE</dispatcher>
      <dispatcher>FORWARD</dispatcher>
      <dispatcher>ERROR</dispatcher>
   </filter-mapping>


I am not able to view any forum on net which targets SSO being passed and authenticated for alfresco cmis service.


Please post the link if you are aware of any or post the solution in case you know how to resolve this.
1 REPLY 1

idwright
Star Collaborator
Star Collaborator