-
-
Notifications
You must be signed in to change notification settings - Fork 59
✨ BASEURL support through QDMI authentication #1363
Copy link
Copy link
Open
Labels
QDMIAnything related to QDMIAnything related to QDMIc++Anything related to C++ codeAnything related to C++ codeenhancementImprovement of existing featureImprovement of existing featurepythonAnything related to Python codeAnything related to Python code
Milestone
Metadata
Metadata
Assignees
Labels
QDMIAnything related to QDMIAnything related to QDMIc++Anything related to C++ codeAnything related to C++ codeenhancementImprovement of existing featureImprovement of existing featurepythonAnything related to Python codeAnything related to Python code
Type
Fields
Give feedbackNo fields configured for Feature.
Problem Statement
#1355 introduces support for QDMI authentication via FoMaC. However, it doesn't currently offer a way to provide the
BASEURLparameter because this is aDEVICE_SESSION_PARAMETER, not aSESSION_PARAMETER.Proposed Solution
I don't know a good solution for this problem yet, but it will be closely related to solutions for #1361 and #1362.