2012/1/3 Güçlü Akkaya <guclu.akk...@ardictech.com>:
>
>
> Hi,
>
>  We want to use the user-store database of the Carbon servers for providing
> authentication to a non-carbon server. In the wso2 carbon is there an api
> providing authentication module for non-carbon servers, which uses
> user-store database schema of carbon servers?

Hi Akkaya,

WSO2 servers provide a web service API to authenticate users. WSO2
servers provide an admin webservice called "AuthenticationAdmin". You
can check the WSDL of this web service using a URL similar to [1] (In
this example i am running WSO2 server in my local machine in port
9443).
In order to access WSDL in [1] you need to enable viewing admin
webservice WSDLs. For that you need to enable following configuration
in ${CARBON_HOME/repository/conf//carbon.xml.

<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs> (Under Axis2Config).

Hope this helpful.

[1] https://localhost:9443/services/AuthenticationAdmin?wsdl

Thanks
AmilaJ



>
> Fatih Güçlü Akkaya
>
> Software Development Engineer
>
>
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
Mobile : +94773330538
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to