WSO2 identity server - forgot / reset / email password - wso2

Does WSO2 identity server support functionality that allows users to reset or send password reminder emails?
I couldn't see anything about this functionality in the online documentation, or by playing with the product.

I need to do a small correction to my previous answer. Currently this feature is not in the product by default, you need to add it via feature manager.
Thanks
Thilini

This functionality is already available with WSO2 products.
You can check this with WSO2 Identity Server snapshot build [1].
This [2] is written for wso2 stratos, but the idea is similar in carbon products.
[1] http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-266/artifact/JOB1/IS
[2] https://stratoslive.wso2.com/carbon/admin-mgt/docs/userguide.html
[3] fyi: http://old.nabble.com/The-forgot-password-functionality-is-included-into-the-products-td33184156.html
Hope this helps.
Thanks
Thilini

Related

WSO2 integration with TCP and Restservice

I am new to WSO2 and we are planing to use WSO2 in our product. Our requirement is to communicate with other system through TCP(socket) and rest web services. I did not find any help regrading to my requirement.
I need a step by step guide or any tutorial about my requirements or any sample projet. Thanks
You can use WSO2 ESB to connect systems with TCP and HTTP(rest). You can go through WSO2 ESB documents and find enough samples on that. TCP[1][2], rest api[3]. If you are going to manage the rest apis then you can use the WSO2 API Manager[4]
[1]https://docs.wso2.com/display/ESB500/Setting+Up+the+ESB+Samples#SettingUptheESBSamples-ConfiguringWSO2ESBtousetheTCPtransport
[2] https://docs.wso2.com/pages/viewpage.action?pageId=33136069
[3] https://docs.wso2.com/display/ESB500/Using+REST+with+APIs
[4] https://docs.wso2.com/api-manager-documentation

How to manage billing with WSO 2 AM (2.0.0)

I would like to combine WSO2 AM and DAS with billing function.
I tried to set it by referring to the following site, but the article did not correspond to WSO2 APIM(2.0.0).
http://wso2.com/library/articles/2016/07/article-enabling-monetization-of-apis-with-wso2-api-manager/
http://www.rukspot.com/Publishing_APIM_1100_Runtime_Statistics_to_DAS.html
I want to publish WSO 2 APIM(2.0.0) runtime statistics to DAS.
But,WSO2 AM(2.0.0) does not have admin-dashboard like WSO2 AM(1.10.X).
・Should I lower the WSO2 AM version?
・Is there a procedure / article based on WSO 2 AM (2.0.0)?
・Do you have my point should be noted?
Thanks a lot.
From 2.0.0 onwards, it's called admin portal, and the URL is https://localhost:9443/admin. However, analytics configurations are removed from Admin Portal UI. So you have to use api-manager.xml file to configure analytics.
Refer this doc to configure analytics in 2.0.0.
Also, note that online service based on API Manager - WSO2 API Cloud - has API monetization and billing integration available out-of-box - just configure your billing plans and bank account and start collecting money: https://docs.wso2.com/display/APICloud/Enable+Monetization
There´s a guide on the same blog that you linked
http://www.rukspot.com/configure_wso2_das_for_apim_analytics.html
This is for configuring DAS. If you only care about analytics data for apim I would recommend the new wso2am-analytics instead of the DAS. It's made specially for the apim and much easier to configure. See the guide that Bhatiya provided on how to configure wso2am-analytics.
The article is for APIM 1.10.0 and DAS 3.0.x. If you want to try this with APIM 2.0.0 you need to used the sample billing engine in this repo. checkout the tag am-2.0 and check.

WSO2 ESB Management Console (Web Interface) forgotten password

I've forgotten my WSO2 ESB Web User interface password.
How can i reset my password?
Thanks in advance
I'm assuming you're talking about the carbon console. If so you should be able to see and/or change the password under "/repository/conf/user-mgt.xml"
https://docs.wso2.com/display/ESB500/Configuring+user-mgt.xml
Edit
Ok seems as the above method only reveals the admin password at initial start up. You should however be able to change the password with this method, it has a link in it linking to the official wso2 documentation regarding the matter.

WSO2 GREG 5: how to upload a Word document and associate it with SoapService?

I am evaluating WSO2 Governance Registry version 5.
I added some Web services using new Governance Center - Publisher web frontend - it works just fine.
But now I would like to upload a Word document (specification charter) to repository and associate it with my SoapService so it is visible in SoapService detail page.
I found how to do it using console:
http://warunaperera.blogspot.cz/2014/06/how-to-upload-file-and-associate-with.html
It works but such associated document is not visible in Governance Center / Publisher.
So the question is: is it possible with WSO2 Greg to have a Word (or other) documents associated with Soap service?
Thanks!
Yes, This is possible with new GReg 5 series. Please find this blog post which explains a basic handler for your requirement.
To get it work you will need to write a handler and publisher/store extensions. There is a sample handlers comes with the WSO2 GReg pack. The handler needs to write kind a looks like swagger handler which comes GReg out of the box. Other than that user wanted to write a rxt such as wsdl/wadl or swagger rxt. For more information please refer WSO2 Governance registry 5.1.0 documentation.
Hope this helps

Wso2 API manager integration with Openam

I'm trying to integrated wso2 api manager in our organization. We are using Open AM as out Single sign on. I tried to search for some documentation for it but couldn't find any for wso2 API manager authentication and possibly authorization piece integration with Open AM. Is there any extension or plugin available to integrate it?
Appreciate if have any idea about this. Thanks in advance!
Regards,
Jayesh
Please refer this blog post in [1]. Here I done it for WSO2 BAM. Same as you can do it for WSO2 AM.
[1] http://manulachathurika.blogspot.com/2013/10/configure-opensso-for-wso2-business.html