I want to integrate with DocuSign and I found the wso2 connector for DocuSign 1.0.9 version.
The DocuSign connector has not been updated for some time now and I did not see the OAuth2 authentication capabilities there with the impersonation option.
Is this connector up-to-date and would work with wso2ei 6.4.0?
Is there another connector for DocuSign?
Best,
Pratyush
As per the connector store description for this connector this supports the EI 6.4.0 version. It seems that this is the only available connector for DocuSign.
Can you please check the documentation [2] this seems to be supporting OAuth2 authentication.
[1]-https://store.wso2.com/store/assets/esbconnector/details/335702ff-8e66-4a57-9e0a-b189aa4c50d2
[2]-https://docs.wso2.com/display/ESBCONNECTORS/Configuring+DocuSign+Operations
Related
I'm using the api manager with the default port
https://hostname:9443/publisher/apis
which was installed by my coworker, he happened to be unreachable and I need to know the version of the wso2 api manager? any suggestion
Few options available.
In the footer section of the publisher, you should see the API Manager version.
You can log into https://hostname:9443/carbon
You can try https://hostname:9443/carbon/product/about.html
I'm following below links for publishing WSO2 statistics. But i'm getting "405 method not allowed" when i login to https://localhost:9443/admin-dashboard. So i'm unable to enable the statistics.
I'm using ws02 API 2.0 and ws02API analytics 2.0.
Could anyone help me on this.
Thanks,
Santosh
#santosh.a
I assume you have configured apim_wso2metrics_db datasource as common database for wso2am and wso2am-analytics. Next,Follow documentation to configure wso2am-analytics with wso2am-api-manager. Configuring APIM Analytics. Most important Step 2: Edit <APIM_HOME>/repository/conf/api-manager.xml and enable analytics and check the DASServerURL and DASRestApiURL, make sure it is pointing to analytics server IP.
Once configuration is enabled. you will be able to see analytics on API Store and API Publisher under statistics sections. You can also go to dashboard by https://<wso2am-analytics>/portal
I'm using WSO2 API MANAGER VERSION 1.10.0
Sample API published with script description in publisher portal
and i open the api detail in store portal
setting carbon.xml is below
<XSSPreventionConfig>
<Enabled>true</Enabled>
<Rule>allow</Rule>
<!--Patterns>
<Pattern></Pattern>
</Patterns-->
</XSSPreventionConfig>
How can I solve it with setting?
You can download security patches for APIM 1.10.0 from here. This is already fixed in them.
A few days ago, I started to work with WSO2 Identity Server in my project as an authorization server in my architecture, I found that it can be interfaced with an external data source like LDAP, then I can use the enterprise LDAP instead re-create all users and roles in WSO2 IS.
My question is about authentication on WSO2 IS, when the user authenticates on WSO2 IS and approves access normally this is done by HTTPS protocol.
I don't know if it's possible to use another authentication protocol like Kerberos or Radius to connect to WSO2 IS?
by default the WSO2 IS on the frontend supports OAuth 2.0, SAML 2.0, OpenID and WS-Trust STS protocol. They are indeed all based on the HTTPS. Next to that you may use Kerberos KDC.
For Kerberos configuration you may check this article. http://wso2.com/library/articles/2012/07/kerberos-authentication-using-wso2-products/
g.
WSO2IS has the kerberos support [1]. But it doesn't support RADIUS yet.
[1] https://docs.wso2.com/display/IS500/Kerberos+Security
I am trying to evaluate WSO2 identity server. One of the key featues I need to evaluate is the multi tenant support. How can I configure WSO2 identity server to support multi tenant mode?
Itay
Please checkout Identity Server 4.0.0 Milestone 2 from here. Multitenancy feature is available by default. Goto Configure-->Multitenancy
Hope this helps.
Thanks
Thilini