Category "azure-active-directory"

Azure DevOps: Why is my subscription not shown when creating a new service connection?

I am using Azure DevOps with a Microsoft Account (@outlook.com). The same account is co-administrator of 3 different Azure Subscriptions. I am trying to create

Microsoft auth doesn't redirect after successful login

I am integrating Microsoft's login using Django Microsoft Authentication Backend. I have managed to to get a successful response and create a new "Microsoft" us

API Permission Status not granted warning in Azure AD Application API Permission

In the below image as you could see I'm getting the warning, "Not granted for SKCET Corporation Private Limited", what should I do to remove it ?

Azure custom role: authorize role assignment for a specific set of roles

I am trying to create a custom role in Azure that would allow Subscriptions "owners" to do quite everything but cancelling/renaming their own subscriptions or m

Angular 13 MSAL 2.0 & .NET core API: Bearer error="invalid_token", error_description="The signature is invalid"

To isolate the problem, I have created the famous Visual Studio default "weather forecast" .NET core project with angular and tried to make the Angular ClientAp

Dynamics 365 Business Central Token

I'm attempting to gain access to Business Central Admin Center API, but I'm having some difficulties. I'm having the idea that it has something to do with the a

Microsoft Authentication Client credentials flow using client secret MSAL

I have the following scenario, I have a backend developed in node with express and protected with passaport-azure ad, and I have an application that must consum

Application has not been installed by the administrator of the tenant or consented to by any user in the tenant. Authentication error

Error while connecting an azure bot to the server.

How to fix "AADSTS90102: 'redirect_uri' value must be a valid absolute Uri." error in Microsoft Graph

Following this procedure: https://docs.microsoft.com/en-us/graph/auth-v2-user I'm trying to get a refresh token from this microsoft end point: https://login.m

Spring boot authorization issue with fetching roles from Azure AD auth server

As per this we implemented Spring boot auth with Azure AD: https://ordina-jworks.github.io/security/2020/08/18/Securing-Applications-Azure-AD.html Here the acce

Non-interactive authentication fails with WsTrust server issue MSIS7068

Setup: Users are created on On-Prem AD and synced to Azure AD via Azure AD Connect I have a single-tenant app set up on Azure AD I created a user (On-Prem, sync

Retrieve exchange token

Working on an Azure AD-based authentication using OAuth2 and its On-Behalf-Of authentication flow. I am wondering how to actually check the token comparison bet

Azure Storage restrict access one container only

This is my situation: Two groups in Azure AD. Group 1 can access only container1, but not container2 Group 2 can access only container2, but not container1 To a

VMSS registration in Custom DNS

We’re creating a VMSS and we use a custom DNS with extending AD from on-premises, but we are not sure how to register the VMs as the scale set scales out,

UI-Less authentication with PRT

I'm trying to authenticate the logged-on user with my cloud application. I've a rich application on the end-point (C++ or C#). I've a cloud application (not nec

How to get an AzureAD JWT for service authentication on command line

I have some company website providing some information protected by azure AD. This works fine in the browser, but I would like to create some automation on comm

Tenants Not Loading When Adding Azure AD Service Dependency

I'm attempting to add an AAD service dependency to a new ASP.NET Core Web App (MVC) project. I went to Connected Services, clicked on "Add a service dependency"

Use custom Azure AD-Attributes for Tag-based ABAC via AWS SSO

I am currently trying to set up a fine grained permission system for our infrastructure. We run each development stage in a different AWS account. Each stage th

Enabling public access to SQL Server in Azure devops release pipelines

In order to run migrations on my Test Azure SQL which is configured with PrivateLink I temporarly enable public access and then disable it again. Set-AzSqlServe

Do we need Active Directory Domain Controller to run any PowerShell commands?

I am trying to run a Powershell script which calls Get-ADUser command. Something similar to this question Powershell Active Directory commands not working in Po