Posit Assistant / Microsoft Foundry authentication using Entra ID? #15663
Unanswered
deschwartz
asked this question in
Q&A
Replies: 1 comment 2 replies
|
@deschwartz , Thank you for reaching out! Currently, the only for Foundry authentication in Positron desktop is via an API key. Posit Workbench also allows authentication via their managed credentials feature, but sounds like you are only on desktop. For Rstudio, you could add your comments to posit-dev/assistant-feedback#85. And feel free to log a Positron issue of what you'd like. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there currently a supported way for local Posit Assistant (in either RStudio Desktop or Positron) to authenticate to Microsoft Foundry using Entra ID/Azure CLI credentials rather than an API key? I can successfully authenticate to our Foundry deployment from Python using DefaultAzureCredential() after az login, but our organization disables API-key authentication.
All reactions