cancel
Showing results for 
Search instead for 
Did you mean: 

Right - User Roles

Andreas_Kramer
Explorer
0 Kudos

Dear community,

it seems to be tricky.

I'd like to add team members to our CF subaccount, in which we have a subscription of IoT AE. However, since they are no admins, they are not able to see this subscribed service in their SCP cockpit.

Even when providing them the URL directly, the website opens with a "where to?" message.

I've added them both as organization manager as well as space developer (which might not be necessary).

Does anyone in the community have a tip how to proceed?

Kind regards,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Andreas,

Have you reviwed the initial setup for IoT AE:

https://help.sap.com/viewer/9dfedbe95cbe4a9f9a5ceddbef7f88e5/1.61.0.0/en-US/c5b72d23880240dcb4b0d7b9...

Any application in SAP Cloud Platform will have basically two types of access: service access or administration tasks.

For service access, you can either consume a front-end or an API. In case of IoT AE you are probably talking about APIs. For that all you really need is access to the oauth service to retrieve the token and then consume the API. If this is the case, you can use the following blog for reference. Front-end is simpler, you need to give the end-user the URL and the proper authorizations to access it.

Regarding administration tasks you will need to understand the concepts of Role Collections, Roles, Role Templates and Scopes. You probably need to assign a Role Collection to your users/members to give them access to the management tools from IoT AE. Please review the quick-start guide for IoT AE.

Best regards,
Ivan