We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

amagan's profile - activity

2016-04-04 16:07:23 +0200 commented question Single Sign On with WMarket, WStore and custom application

Bear in mind that WStore and KeyRock are two separate components. KeyRock is the service providing OAuth2 while WStore is just an application that makes use of KeyRock to authenticate users... I am afraid but there is no way to configure so one can conform the other :(

2016-04-04 11:17:51 +0200 commented question Single Sign On with WMarket, WStore and custom application

This is not the way to proceed... Please, read the documentation published at: http://docs.fiwarestore.apiary.io/. As stated there, you have to include the header "Authorization" with the value "Bearer ACCESS_TOKEN" (replacing ACCESS_TOKEN by the token) to complete the request.

2016-03-30 10:04:50 +0200 commented answer Programmatically create Keyrock users for WStore (and WMarket, etc...)

I guess that you are using this request to create a new user in KeyRock. As I stated before, WStore require users coming from KeyRock to have a defined e-mail account. Otherwise, it will fail.

2016-03-30 10:02:14 +0200 answered a question Single Sign On with WMarket, WStore and custom application

WStore and WMarket accept any valid OAuth2 token (even if they belong to another application).

2016-03-29 17:15:13 +0200 commented answer Programmatically create Keyrock users for WStore (and WMarket, etc...)

I think that the e-mail is also required to create a user in KeyRock. Can you create users in KeyRock without introducing its e-mail account?

2016-03-29 17:12:17 +0200 commented answer Multitenancy in WMarket

I am really sorry :( The thing is that we have not thought about this possibility, but it could be interesting. Bear in mind that WMarket is intended to have a single point where you can find all the offerings published by different sellers.

2016-03-29 10:39:35 +0200 answered a question Programmatically create Keyrock users for WStore (and WMarket, etc...)

Sorry, we do not understand your questions. Where your users get automatically logged out?

Any valid user in Keyrock is valid in WStore.

2016-03-29 10:35:07 +0200 answered a question Multitenancy in WMarket

Sorry, currently WMarket does not support multitenancy. If you want to have some marketplaces, you are forced to deploy different instances. It is an interesting feature, but as WMarket is in support mode, we cannot develop it.

Store organizations does not provide multitenancy. It is a way of organizing users so you can make an offering available for a set of users. However, this Store feature does not provide the level of isolation required by multitenancy.

I'm really sorry, Aitor