tagged [azure-active-directory]
Bearer error - invalid_token - The signature key was not found
Bearer error - invalid_token - The signature key was not found 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 An...
- Modified
- 25 Oct at 18:45
How do I define the SignedOut page in Microsoft.Identity.Web?
How do I define the SignedOut page in Microsoft.Identity.Web? I'm successfully signing in and out using Azure AD B2C in a Blazor Server app, but it's not clear to me the proper way to define the Signe...
- Modified
- 4 Dec at 16:24
Refreshing Sql Connection Azure AD access token inside long-lived Entity Framework Context
Refreshing Sql Connection Azure AD access token inside long-lived Entity Framework Context I'm trying to set up a few .NET applications to use certificate-based authentication to Azure Active Director...
- Modified
- 14 Sep at 00:19
Azure Active Directory login redirect loop
Azure Active Directory login redirect loop I need to allow users to login through Corp network to access an internal web application. I've followed all the steps given in the [official documentation](...
- Modified
- 19 Mar at 07:34
Implementing OpenIdConnectOptions Events when using Authentication.AzureAD.UI Library
Implementing OpenIdConnectOptions Events when using Authentication.AzureAD.UI Library I have been using a library I created from samples allowing me to authenticate a .NET core web app with Azure Acti...
- Modified
- 19 Jul at 23:11
Graph API - Insufficient privileges to complete the operation
Graph API - Insufficient privileges to complete the operation When trying to access the Graph Service Client using I am receiving the error: > Code: Authorization_RequestDenied Message: Insufficient p...
- Modified
- 27 Dec at 01:55
Azure AD API request 401 Unauthorized
Azure AD API request 401 Unauthorized I have a standard Web API running on an Azure website with Azure AD authentication enabled, when browsing to the API in a browser I am able to login via the brows...
- Modified
- 8 Jul at 13:53
Using multiple authentication providers in C# .net core
Using multiple authentication providers in C# .net core We had .net core API already authenticating with AzureAd and then a new requirement came to authenticate the same API using Auth0 as well while ...
- Modified
- 15 Feb at 05:35
The application named HTTPS://test113.onmicrosoft.com/FTP was not found in the tenant named test113.onmicrosoft.com
The application named HTTPS://test113.onmicrosoft.com/FTP was not found in the tenant named test113.onmicrosoft.com I have to authenticate an application against Azure AD. I have created the web API a...
- Modified
- 17 Mar at 12:22
IDX10501: Signature validation failed. Unable to match keys
IDX10501: Signature validation failed. Unable to match keys Please help me to understand the difference between JWT token validation from the ASP netcore application and the netcore Kestrel hosted app...
- Modified
- 10 Feb at 21:48
Asp.net Identity using password and Azure Active Directory authentication
Asp.net Identity using password and Azure Active Directory authentication I'm building an ASP.NET MVC 5 web site using Asp.net Identity (OWIN) and want to support both traditional username/password au...
- Modified
- 23 May at 12:7
IDX21323 OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocolValidatedIdToken.Payload.Nonce was not null
IDX21323 OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocolValidatedIdToken.Payload.Nonce was not null I'm attempting to authenticate for Azure AD and Graph for an Intranet (...
- Modified
- 23 Jun at 22:44
Using authProvider with MS SDK for graph calls in C#
Using authProvider with MS SDK for graph calls in C# I'm trying create a C# console application to connect to graph API and get a list of users from AzureAD from a tenant. I have registered the app an...
- Modified
- 16 May at 18:17
the Method not found: AcquireToken(System.String, Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate)
the Method not found: AcquireToken(System.String, Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate) I followed the following document to create a x509 certificate with the Az...
- Modified
- 27 Jul at 13:58
Azure Function with AD auth results in 401 Unauthorized when using Bearer tokens
Azure Function with AD auth results in 401 Unauthorized when using Bearer tokens I have a very simple Azure function in C# for which I've setup Azure AD Auth. I've just used the Express settings to cr...
- Modified
- 21 Mar at 02:49
How to sign out from Azure AD 2.0/MSAL in a desktop application?
How to sign out from Azure AD 2.0/MSAL in a desktop application? I'm using MSAL in a WPF desktop application that needs to allow users to sign in and out against Azure AD v2.0. [Microsoft's Graph acce...
- Modified
- 27 Nov at 18:22
Azure AD Application - Require Role Assignment + Add a role assignment for an Application?
Azure AD Application - Require Role Assignment + Add a role assignment for an Application? I have an MVC Web Application (WebAPI + Angular) deployed to Azure as a Web App (not API App) that is setup t...
- Modified
- 23 May at 12:16
CORS error when adding Azure AD authentication
CORS error when adding Azure AD authentication Trying to add Azure AD authentication to an Angular 7 webapp with a .net core 2.1 backend. However, I get the CORS error during the request. "Access to X...
- Modified
- 22 Sep at 14:28
Angular 2 /4 adal-angular4 active directory authenticate to API issue
Angular 2 /4 adal-angular4 active directory authenticate to API issue I've been following this example to access azure active directory from an angular (4) application: [https://github.com/benbaran/ad...
- Modified
- 2 Aug at 23:32
Correlation failed in net.core / asp.net identity / openid connect
Correlation failed in net.core / asp.net identity / openid connect I getting this error when a Azure AD user login (I able to get the user´s claims after), im using a combination of OpenIdConnect, wit...
- Modified
- 10 May at 02:28
Azure AD exception - AADSTS50105 - "The signed in user is not assigned to a role for the application"
Azure AD exception - AADSTS50105 - "The signed in user is not assigned to a role for the application" I'm setting up authentication with Azure AD for an ASP.NET Web API 2 REST API. I'd like all client...
- Modified
- 6 May at 02:7
Azure KeyVault Active Directory AcquireTokenAsync timeout when called asynchronously
Azure KeyVault Active Directory AcquireTokenAsync timeout when called asynchronously I have setup Azure Keyvault on my ASP.Net MVC web application by following the example in Microsoft's [Hello Key Va...
- Modified
- 18 Sep at 07:39
Token cache serialization in MSAL.NET is not working
Token cache serialization in MSAL.NET is not working I am facing some issues when trying to serialize the tokencache, returned from authenticating with MSAL. I would appreciate any help, since i don't...
- Modified
- 15 Jul at 13:44
Can't Access Azure Key Vault from desktop console app
Can't Access Azure Key Vault from desktop console app I am having trouble accessing a secret from an Azure key vault. I suspect the problem is that I don't adequately understand the terminology, so th...
- Modified
- 14 Dec at 22:15
Azure AD Graph call for User creation failing with some obscure error
Azure AD Graph call for User creation failing with some obscure error I have been told to raise a question about Azure AD Graph Api here instead of raising it as an issue for the corresponding GitHub ...
- Modified
- 22 Sep at 02:6