DORSETRIGS
Home

azure-identity (16 post)


posts by category not found!

AuthorizationCodeCredential.get_token failed: Session.request() got an unexpected keyword argument 'client_secret'

Understanding the Authorization Code Credential get token failed Error In the world of software development encountering errors is a common scenario that develo

2 min read 30-09-2024 47
AuthorizationCodeCredential.get_token failed: Session.request() got an unexpected keyword argument 'client_secret'
AuthorizationCodeCredential.get_token failed: Session.request() got an unexpected keyword argument 'client_secret'

Error while upgrading to azure-identity 1.16.1

Troubleshooting the Error While Upgrading to Azure Identity 1 16 1 Upgrading dependencies in software projects is a common necessity to leverage new features im

2 min read 30-09-2024 44
Error while upgrading to azure-identity 1.16.1
Error while upgrading to azure-identity 1.16.1

Azure Maps SAS creation fails

Troubleshooting Azure Maps SAS Creation Failures Creating a Shared Access Signature SAS for Azure Maps can sometimes encounter issues that prevent successful ge

3 min read 24-09-2024 53
Azure Maps SAS creation fails
Azure Maps SAS creation fails

How can I authenticate both an ASP.NET Web API and an ASP.NET MVC application using Azure Authentication with custom claims?

Authenticating ASP NET Web API and ASP NET MVC Applications Using Azure Authentication with Custom Claims In todays digital landscape security is paramount When

3 min read 21-09-2024 65
How can I authenticate both an ASP.NET Web API and an ASP.NET MVC application using Azure Authentication with custom claims?
How can I authenticate both an ASP.NET Web API and an ASP.NET MVC application using Azure Authentication with custom claims?

Generate a JWT token using UserAssignedMSI Bot Type for authenticating requests from the Bot Connector service to our bot

Generating a JWT Token Using User Assigned MSI Bot Type for Authenticating Requests from the Bot Connector Service to Your Bot In this article we will discuss h

3 min read 17-09-2024 39
Generate a JWT token using UserAssignedMSI Bot Type for authenticating requests from the Bot Connector service to our bot
Generate a JWT token using UserAssignedMSI Bot Type for authenticating requests from the Bot Connector service to our bot

Failed to set DO connection string in Nested Edge scenario while starting device update agent

Troubleshooting Failed to set DO connection string in Nested Edge scenario Error in Azure Device Update Agent This article delves into a common error encountere

2 min read 03-09-2024 54
Failed to set DO connection string in Nested Edge scenario while starting device update agent
Failed to set DO connection string in Nested Edge scenario while starting device update agent

How can I add an Owner to an Azure Entitlement Management Catalog in powershell or using Graph API?

Adding Owners to Azure Entitlement Management Catalogs A Definitive Guide Azure Entitlement Management AEM empowers you to manage access to resources through ac

2 min read 01-09-2024 57
How can I add an Owner to an Azure Entitlement Management Catalog in powershell or using Graph API?
How can I add an Owner to an Azure Entitlement Management Catalog in powershell or using Graph API?

How can I authenticate access to blob storage in Python using an OAuth2 token?

Authenticating Azure Blob Storage in Python with O Auth2 Tokens This article explores how to authenticate access to Azure Blob Storage in Python using an O Auth

3 min read 30-08-2024 49
How can I authenticate access to blob storage in Python using an OAuth2 token?
How can I authenticate access to blob storage in Python using an OAuth2 token?

Use pfx certificate to get Microsoft Entra token - Error: secretOrPrivateKey must be an asymmetric key when using RS256

Demystifying the secret Or Private Key must be an asymmetric key when using RS 256 Error in Azure AD Token Acquisition Getting an Error secret Or Private Key mu

3 min read 30-08-2024 55
Use pfx certificate to get Microsoft Entra token - Error: secretOrPrivateKey must be an asymmetric key when using RS256
Use pfx certificate to get Microsoft Entra token - Error: secretOrPrivateKey must be an asymmetric key when using RS256

Possible bug in DefaultAzureCredential, in the ManagedIdentity approach

Debugging a Potential Bug in Default Azure Credential with Managed Identity This article investigates a potential bug in the Default Azure Credential when utili

3 min read 30-08-2024 63
Possible bug in DefaultAzureCredential, in the ManagedIdentity approach
Possible bug in DefaultAzureCredential, in the ManagedIdentity approach

Grant access to managed identity service principal - Microsoft Graph PowerShell

Granting Permissions to a Managed Identity for Microsoft Graph Access A Power Shell Guide This article will guide you through granting permissions to a User Man

2 min read 30-08-2024 57
Grant access to managed identity service principal - Microsoft Graph PowerShell
Grant access to managed identity service principal - Microsoft Graph PowerShell

How to grant all users of a CLI application with `DeviceCodeCredential` access to resources granted to the application?

Granting All Users Device Code Credential Access to Azure Key Vault Resources When building a CLI application that interacts with Azure resources like Key Vault

2 min read 30-08-2024 58
How to grant all users of a CLI application with `DeviceCodeCredential` access to resources granted to the application?
How to grant all users of a CLI application with `DeviceCodeCredential` access to resources granted to the application?

I can't authenticate a call to an Azure function. I tried a Function Key and an OAuth 2.0 with a client secret... Neither work

Authenticating Azure Functions A Practical Guide This article addresses a common challenge faced by developers working with Azure Functions securely authenticat

2 min read 29-08-2024 55
I can't authenticate a call to an Azure function. I tried a Function Key and an OAuth 2.0 with a client secret... Neither work
I can't authenticate a call to an Azure function. I tried a Function Key and an OAuth 2.0 with a client secret... Neither work

How to generate token access Power BI

How to Generate Access Tokens for Power BI Using O Auth This article will guide you through the process of generating access tokens for Power BI using O Auth Un

3 min read 28-08-2024 99
How to generate token access Power BI
How to generate token access Power BI

How to upload large files to Onedrive using python

How to Upload Large Files to One Drive Using Python This article will guide you through the process of uploading large files to One Drive using Python We ll foc

4 min read 27-08-2024 69
How to upload large files to Onedrive using python
How to upload large files to Onedrive using python

How to add Microsoft Graph permissions to managed identity service principal using Az PowerShell?

How to Add Microsoft Graph Permissions to Managed Identity Service Principal Using Az Power Shell This article demonstrates how to grant permissions to a manage

3 min read 27-08-2024 59
How to add Microsoft Graph permissions to managed identity service principal using Az PowerShell?
How to add Microsoft Graph permissions to managed identity service principal using Az PowerShell?