How can I get my tenant ID, Client ID and Client Secret for an ionq_simulator job

Joseph Ezuma 0 Reputation points
2024-06-26T03:05:13.17+00:00

I am trying to run a starter code in cirq's native IDE, i'm almost there, but when I tried to run in on the 'ionq_simulator' but I need a host of ID's to do that, such as the Resource ID, Tenant ID, Client ID and Client Secret. I got the resource ID from Azure quantum, but I don't know how to get the others.

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 7,280 Reputation points
    2024-06-26T03:13:18.1066667+00:00

    Hello Joseph,

    Thanks for your question. I will be guiding you on these IDs.

    To get the tenant ID. Go to the azure Portal and search for "Entra Id". On the Overview overview page.The Directory (tenant) ID is displayed. Copy this ID. That's your tenant ID.

    For the Client ID and secret, you will need to create these as a app registration.

    To create a new App registration you will need to follow the steps here:

    https://video2.skills-academy.com/en-us/azure/healthcare-apis/register-application

    On there you will get the Application ID (Client ID) and create also the Client Secret. You can then copy the values and use.

    If you require any specific permissions for the app registration you may need to assign them. https://video2.skills-academy.com/en-us/entra/external-id/customers/how-to-use-app-roles-customers

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments