262 questions
0
votes
0
answers
14
views
How can I authenticate outlooks emails once and then reads all those new emails in background [closed]
I want office 365 users to come into my app where they will be asked to give Email read permissions and once they give their consent, I just want to save their email in my records and then will read ...
0
votes
0
answers
32
views
Azure SDK for CPP Refresh token authentication
I have application that uses azure-sdk-for-cpp (new Azure SDK). And I want to rewrite old implemetation of authentication that uses bearer token. Previously we were using it like this.
RefreshToken(...
0
votes
1
answer
85
views
Public clients should not validate ID tokens
I noticed that when using OIDC (hybrid or implicit flow) with Azure Identity, the Authorization Code with PKCE is only used for access tokens, not id tokens.
An id token is directly returned in the ...
0
votes
0
answers
68
views
Azure Blob Storage — "This request is not authorized to perform this operation using this permission" when using setTags()
I'm trying to use blockBlobClient.setTags() in my Node.js application with Azure SDKs to set index tags on blobs. I'm using DefaultAzureCredential locally (and have done az login), but I keep getting ...
0
votes
1
answer
281
views
403 Forbidden error when querying search service
Following https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb . I am getting an HTTP 403 Forbidden response when trying to run search_client.search ...
0
votes
1
answer
180
views
Call SharePoint REST API inside Azure Fucntion on .NET 8 is causing this error "Response status code does not indicate success: 401 (Unauthorized)."
We have an Azure Function that runs on a scheduled basis, and we have enabled its managed identity. Using this identity, we've successfully integrated the function with both Azure SQL database and ...
1
vote
2
answers
189
views
GitHub Action - Deploy Python to Azure Function - import azure.identity not working
Problem
I'm trying to deploy a Python Azure Function using GitHub Actions, but the deployment fails silently when my code includes azure-identity. The function works perfectly when deployed through VS ...
0
votes
1
answer
74
views
Azure SDK Get Account Information working without permissions
Can someone explain how is this working, when it should not.
azure_storage_account->GetAccountInfo();
Call to this function is working even if this role is not enabled Microsoft.Storage/...
0
votes
1
answer
299
views
Azure private endpoints 403 authorization issue
What could cause 403 issue when accessing storage account via private endpoints.
I am 10000% sure I have added correct permission and I have correctly created endpoints...
Is there anything else that ...
0
votes
2
answers
460
views
Azure Blob Storage AuthorizationFailure with DefaultAzureCredential in Local Development
I am trying to authenticate to Azure Blob Storage using DefaultAzureCredential in a .NET application while testing locally in Visual Studio. I am trying to access a blob storage that was earlier ...
0
votes
2
answers
946
views
Maven build error No versions available for net.minidev:json-smart:jar:[1.3.1,2.3] within specified range
I suddenly started getting the following error from today morning. Till yesterday the build was successful without any issues.
The error i get is as below
[ERROR] No versions available for net.minidev:...
0
votes
1
answer
160
views
How to configure a Python application to use a passwordless connection with a Azure SQL Database?
We are trying to configure passwordless connections with Azure SQL Database using Python application. So we followed Microsoft Spec document Migrate a Python application to use passwordless ...
1
vote
1
answer
209
views
Golden Gate Replicate to Mirrored Database in Microsoft Fabric - Azure Identity Error
Golden Gate for Distributed Applications and Analytics v23.6
OS: oracle linux 8
SDK Dependencies:
onelake v12.20.0
hadoop v3.4.0
parquet v1.12.0
Issue
I'm trying to replicate a sample trail file ...
0
votes
1
answer
515
views
DefaultAzureCredential not working on an Azure Arc enabled Windows Server
I have an arc enabled Windows Server 2022.
Im using DefaultAzureCredential and trying to use the Azure assigned managed identity to Authenticate to Azure key vault (and also azure storage at some ...
0
votes
1
answer
2k
views
Netty versions conflict with azure-identity、azure-storage-file-datalake java sdk
I am trying to implement ADLS token credential vending in my project with the following dependencies:
// 1.13.1
implementation(libs.azure.identity)
// 12.20.0
implementation(libs.azure.storage.file....