Azure authentification
Hello,
Our Azure security rules do not allow authentication with Device Logic Code. There is no way to make an exclusion for rider because the authentication request doesn't contain who sent it. Do you have a way to do authentication like in Visual Studio? There's the usual authentification window there.
Please sign in to leave a comment.
Rider could reuse the credentials fetched by
az cli
as well.Could you try to sign in with
az login
first and then use Azure CLI as the credential provider?The option is available in the latest 2024.2 with Azure Toolkit for Rider 4.x plugin.
Tao Sun Hello Tao,
I'm grateful for your help. Where can I select this choice? I am having trouble locating it.
I have found it. :) but
Okay, I did it. However, I think I have described the problem incorrectly. I need to be able to load artifacts from Azure Devops.
What's the exact symptom are you experiencing?
There is a known issue that Rider may not prompt for credentials when connecting to Azure DevOps.
RIDER-40628 Rider does not prompt for credentials when trying to restore NuGet packages from a private server
Adjust credential providers sometimes mitigate the problem, but we don’t have a fix for it yet.
That is my Problem.
All right. Thank you.
After I've got update of Azure plugin yesterday, unable to authenticate to Azure anymore. Getting this error
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.microsoft.alm.plugin.idea.common.actions.SelectWorkItemsAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.microsoft.vso.idea]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:201)
Are you using Azure CLI credentials for sign in?
Please submit a new issue on the Azure Toolkit repo to get a quicker assist.