Discuss implications of using Mathigon or IBM Quantum login methods #2268
Replies: 4 comments 1 reply
-
We scheduled a dev team meeting to discuss this yesterday, as pointed out by @vabarbosa in https://github.com/Qiskit/qiskit.org/issues/2207#issuecomment-948960150. |
Beta Was this translation helpful? Give feedback.
-
With the purpose to support accounts in qiskit.org in the meeting with IQX we could clarify the next scenarios: Scenario 1We could say that this is the simplest scenario. We use the IQX API to register our users through the desired provider supported by IQX. With the redirectTo after the login we redirect our users to our platform and we add our additional information to the IQX user. PROS:
CONS:
Scenario 2Near to our desired scenario. Here we manage our users and we use IQX only to run the circuits from qiskit.org. The current problem is that IQX doesn't support an easy way to link external users to use its platform. The workflow here would be something like a user is created in qiskit.org and if the user wants to run a circuit will need to enter in the IQX platform, create an account, obtain the IQX token and save it in qiskit.org. PROS:
CONS:
Scenario 3The ideal scenario but difficult to achieve right now. Similar to the scenario 2 but the idea would be that the link of the user between qiskit.org and IQX would be fully automatised through some kind of end-point. Impossible by now from IQX but we could try to be near to it creating the user and handling the IQX token from our side. Last notes to take into account
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the detailed explanation @Tansito. We will be moving forward with the approach described in the scenario 2 and revisit scenario 3 in the future if we can automate the IQX account link. Can you confirm, @va? Anything else to add? Otherwise I'll lock this discussion for now. |
Beta Was this translation helpful? Give feedback.
-
@eddybrando thank you. i am good. feel free to lock the discussion. thanks again @Tansito |
Beta Was this translation helpful? Give feedback.
-
Related to #2207
Related to #1972
Beta Was this translation helpful? Give feedback.
All reactions