Manage IBM Cloud users
Note
This documentation is relevant to the new IBM Quantum® Platform. If you need the previous version, return to the IBM Quantum Platform Classic documentation.
This guide demonstrates how to use IBM Cloud® to enable users who have IBM Cloud accounts and gives instructions for users to access the environment.
To manage ID provider users instead, follow the instructions in one of these topics:
Steps
Follow these high-level steps to manage IBM Cloud users:
- Ensure that the users that you want to invite have IBM Cloud accounts.
- Go to IAM and invite users
Note
Users cannot be managed until they accept the invitation and log in at least once.
- Optional: Modify users' project assignments and access groups from IAM.
User flow
- The user accepts an invitation, then logs on through the IBM Cloud portal.
- The user creates an API key by going to (Manage → Access (IAM) → API keys).
- For further information, users can review Install Qiskit.
Example scenario
This example creates the following setup:
- There are two projects,
ml
andfinance
.- The
ml
project should have access to the service instancesQR-ml
andQR-common
. - The
finance
project should have access to the service instancesQR-finance
andQR-common
.
- The
- There are three users:
- Fatima should have access to the
ml
project. - Ravi should have access to the
finance
project. - Amyra should have access to both projects.
- Fatima should have access to the
- It uses access groups without resource groups.
- Users are defined in IBM Cloud and project assignments are done there as well.
- Users should be able to delete jobs.
The steps to implement this setup are:
- The Cloud administrator creates three service instances:
QR-ml
,QR finance
, andQR-common
. - The Cloud administrator creates a custom rule that includes the
quantum-computing.job.delete
action. - The Cloud administrator creates two access groups:
- The
ml
access group can accessQR-ml
andQR-common
. - The
finance
access group can accessQR-finance
andQR-common
.
- The
- The Cloud administrator invites cloud users to the appropriate project. Specifically, they invite and assign users to an access group that includes the project.
- Fatima is added to the "ml" access group.
- Ravi is added to the "finance" access group.
- Amyra is added to both the "ml" and "finance" access groups.
- Users can log in through the IBM Cloud portal, create API keys, and work with their projects' service instances.
Next steps
Recommendations
- See IBM Cloud SAML Federation Guide for more information.
- Refer to the full App ID documentation.
Was this page helpful?
Report a bug or request content on GitHub.