azure-active-directory Questions
3
Solved
I am working with Azure Active Directory and want to know when a user's password expires.
Currently I use these PowerShell commands to connect to msol service successfully and get password expiry,...
Hammer asked 8/4, 2017 at 13:10
4
I have an Ionic app that needs to authenticate in Azure, so I installed MSAL following this tutorial:
https://learn.microsoft.com/en-us/graph/tutorials/angular
It works like a charm with "ioni...
Bobseine asked 30/9, 2021 at 11:20
5
Solved
I am using .net 5, Identity Web Ui to access Microsoft Graph. Where can I configure my Redirect URI?
I need to specify the full Uri, since the generated one from callbackUri is incorrect due to bei...
Zama asked 16/3, 2021 at 11:41
3
Solved
I activated my global admin role in Privileged Identity Management like so
When I navigate to the Access Control blade under a subscription, I see the Add role assignment options disabled.
Doesn'...
Truscott asked 2/6, 2021 at 10:52
1
I am running this sample to create multitenant web app that connects using AzureAD with Owin OpenIDConnect middleware. The issued .AspNet.Cookies to authenticate between "my client" and "my server"...
Alluvion asked 13/12, 2015 at 15:22
7
I get the error Login failed for user ''. (Microsoft SQL Server, Error: 18456) from Azure SQL server when a user tries to login using Azure Active Directory - Universal with MFA.
My Azure AD login ...
Alchemy asked 28/6, 2022 at 21:22
4
I want to update the birthday of a user using the patch request.
Updating other properties works as expected but the moment the birthday property is included, the following error returned:
The...
Dinka asked 13/8, 2019 at 15:29
3
Solved
I am trying to get the expiry date of the client secrets for our AAD application. However when I use the following graph request, the passwordCredential and keyCredential fields is blank.
https:/...
Tolyl asked 4/2, 2017 at 0:55
6
Solved
I post this request:
POST https://login.microsoftonline.com:443/{my-tennant-here}/oauth2/v2.0/token HTTP/1.1
Host: login.microsoftonline.com
Content-Type: application/x-www-form-urlencoded
cli...
Bekelja asked 14/8, 2018 at 15:49
13
I have an Angular 7 application interfacing with a .Net Core 2.2 API back-end. This is interfacing with Azure Active Directory.
On the Angular 7 side, it is authenticating properly with AAD and I ...
Rewrite asked 25/10, 2019 at 18:11
13
Solved
When trying to access the Graph Service Client using I am receiving the error:
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.
After researching this...
Adoptive asked 2/6, 2017 at 7:49
7
Solved
I have an Azure SQL Server and can SSMS into it. I also have an Azure Active Directory with a user named [email protected]. I want to add this user to have permissions to a database in my Azur...
Tugboat asked 11/7, 2017 at 21:27
4
Solved
I have added my REST api service in Azure API Management. I have followed all the steps given in this link Azure APIM.
API works fine in local. It also works when accessed through published URL.
...
Lananna asked 4/11, 2016 at 17:12
2
Solved
I've tried this with several MS accounts that have Azure/AAD accounts in place and have attempted using both Visual Studio 2015 as well as 2017 and am getting the exact same bug/error.
Using the ...
Greening asked 12/4, 2017 at 21:12
7
Solved
I have the latest version of Visual Studio Code 1.19.2. It's a clean installation.
I've installed Azure Extension Pack from Microsoft with Azure Account (0.2.2). But I am not able to sign in to my...
Copulative asked 16/1, 2018 at 8:10
2
We have several apps which are built using .NET are running in VMS(on-prem)
All apps will be registered to Azure AD.
Can we use user managed identity to access key vault form these on-prem apps
T...
Crossbench asked 12/10, 2021 at 14:9
3
Solved
I am trying to implement a hardware busy light to show my Microsoft Teams presence so that my family to not enter the room I have the office while I am in a meeting. I am looking to implement somet...
Quindecennial asked 13/10, 2021 at 8:39
1
Solved
How do I display Job Title and other user properties in my Next Auth app using Azure AD / Entra ID.
I am using next-auth v5 and Next.js V14 so I have an app directory and no pages directory.
This i...
Transarctic asked 14/6 at 15:0
2
steps:
- script: |
echo "good"
echo "nice"
This doesn't work. It prints 'good' successfully, but doesn't print nice and shows echo "nice" so the final output is
good echo 'nice'
I tried to ...
Illation asked 25/2, 2020 at 9:36
3
Solved
I previously was using a PAT token to authenticate with Azure DevOPS GIT in order to download submodules. Now I am trying to authenticate with a Service Principal since it is newly supported by Mic...
Kittle asked 13/6, 2023 at 12:36
6
Solved
I understand that App Registration represents an app that might have UI for users to login.
I understand that a Service Principal is for applications like scheduled batch processing applications.
B...
Pandanus asked 27/1, 2021 at 15:47
3
I need to discover user's tenant name, since the service endpoint, resourceId that I'll be using an Azure service that requires me to specify the tenant name:
service endpoint: https://[tenantnam...
Shovelnose asked 6/4, 2016 at 20:43
2
I am having the following problem:
Exception: OAuth token endpoint failure: Status:
Body: {"error":"invalid_client","error_description":"AADSTS700025: Client is p...
Quintan asked 18/9, 2022 at 21:23
2
Solved
I'm trying to authorize access to our web application by using OAuth 2.0 and Azure AD. Guide here.
The user is redirected to similar URL:
https://login.microsoftonline.com/common/oauth2/authorize...
Kagera asked 2/2, 2017 at 15:46
2
Solved
Since the default valid time for an access token is 1 hour, I am trying to get refresh tokens to work in my application. I have been stuck with this problem for a couple of weeks now, and cannot se...
Goner asked 18/1, 2023 at 20:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.