You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Following the documentation here and scrolling to the bottom. It would appear that one could add the auth_mode YAML field with a value of meid. What isn't noted is that a value of meid for auth_mode isn't supported until api_version: "2024-02-15-preview". The fact that higher up in this document the example file shows an api_version: "2023-03-15-preview" makes implementing MEID authentication via following this document impossible.
How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:
Follow the documentation and attempt to create a connection via MEID auth. You'll get an unauthorized.
Expected behavior
A promptflow connection is created using MEID as auth.
Screenshots
If applicable, add screenshots to help explain your problem.
Running Information(please complete the following information):
Promptflow Package Version using pf -v: [e.g. 0.0.102309906]
Operating System: [e.g. Ubuntu 20.04, Windows 11]
Python Version using python --version: [e.g. python==3.10.12]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Following the documentation here and scrolling to the bottom. It would appear that one could add the
auth_mode
YAML field with a value ofmeid
. What isn't noted is that a value ofmeid
forauth_mode
isn't supported untilapi_version: "2024-02-15-preview"
. The fact that higher up in this document the example file shows anapi_version: "2023-03-15-preview"
makes implementing MEID authentication via following this document impossible.How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:
Expected behavior
A promptflow connection is created using MEID as auth.
Screenshots
If applicable, add screenshots to help explain your problem.
Running Information(please complete the following information):
pf -v
: [e.g. 0.0.102309906]python --version
: [e.g. python==3.10.12]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: