FIWARE-TMForum / Business-API-Ecosystem

The FIWARE/TMForum Business API Ecosystem allows the monetization of different kind of assets (both digital and physical) during the whole service life cycle, from offering creation to its charging, accounting and revenue settlement and sharing
https://business-api-ecosystem.rtfd.io/
GNU Affero General Public License v3.0
39 stars 22 forks source link

How to assign the seller role? #33

Closed jivung closed 6 years ago

jivung commented 6 years ago

How do I assign the seller role to a user of an BAE application? I've read the docs put can't find it anywhere. I've looked in both the BAE and the IdM but I can't find the Seller role, only provider and purchaser.

I'm running a private BAE with docker and using the online lab IdM.

fdelavega commented 6 years ago

The provider and purchaser roles are IdM roles. The IdM is not coupled with the different systems, instead it allows to create custom roles. For the particular case of the BAE you need to create the different roles using the create role option of the IDM within thr BAE app

jivung commented 6 years ago

That solved it, thank you! It may be a good idea to explain this in the docs since I don't think it's very obvious.