729 questions with Microsoft Identity Manager tags

Sort by: Updated
0 answers

adding multi-geo sharepoint site resource to catalog using v1.0 Power Shell commands

When I am using the command New-MgEntitlementManagementAccessPackageResourceRequest and use url parameter as japan region provisioned site, it just fails to add. $params = @{ requestType = "adminAdd" resource = @{ displayName =…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-26T14:14:11.28+00:00
Thadigadapa Naveen 0 Reputation points
1 answer

When I try to restore nuget package or build the solution the visual studio is asking for credentials pop up continuously

when I try to restore NuGet package or build the solution the credentials are popping up continuously and I can't be able to restore or build the solution even I can install the packages because of the pop up. I have attached the image below. could you…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,311 questions
asked 2024-12-24T10:36:49.95+00:00
Sadiq Shaik 0 Reputation points Microsoft Vendor
edited the question 2024-12-25T11:41:21.25+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
2 answers

Issue with 405 Method Not Allowed instead of 401 Unauthorized in ASP.NET Core with JWT Authentication

Hi everyone, I'm encountering an issue with my ASP.NET Core application where I'm getting a 405 Method Not Allowed error instead of the expected 401 Unauthorized error when accessing an endpoint that requires authentication. Here's a detailed description…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,009 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,704 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,153 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
355 questions
asked 2024-12-25T05:41:55.44+00:00
Naser AL-Asbahi 5 Reputation points
commented 2024-12-25T09:00:08.68+00:00
Naser AL-Asbahi 5 Reputation points
1 answer

Installation ID

How can i get my confirmation ID with installation ID

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2021-06-15T07:48:03.453+00:00
Daniel Sayom 1 Reputation point
edited the question 2024-12-24T09:38:40.5033333+00:00
TP 100.9K Reputation points
1 answer

Connected, left organisation, how can I request to re-connect

I used an email link from a Microsoft person to connect to a cross-tenant Team EXT name. After I joined, I left because I could no longer see my own tenant's teams or chats. Later, I learned about organisation swap and now want to re-join but the…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,558 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,604 questions
asked 2024-08-14T04:39:29.82+00:00
McKay, Leanne (DPS) 6 Reputation points
answered 2024-12-23T14:31:30.1566667+00:00
Wail Waked Amer 75 Reputation points
2 answers

issue with api, unauthorised

I have this simple Webapi, which is published as APP service [Route("api/[controller]")] [ApiController] public class DateTimeController : Controller { [Authorize] [HttpGet] public IActionResult GetCurrentDateTime() { …

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,704 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
355 questions
asked 2024-12-14T07:56:42.24+00:00
Abdul Baba Syed 21 Reputation points
edited an answer 2024-12-20T16:07:20.1+00:00
Bruce (SqlWork.com) 68,636 Reputation points
0 answers

PIM is extremely slow

Azure PIM requests are extremely slow. (always) And at times even slower. The whole interface of it is slow and especially the validating a request or the validation step after sending a request is hard to work with. Why is it so slow and why is…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-18T09:55:48.3133333+00:00
Reedijk, Levien 0 Reputation points
0 answers

I need to merge my corporate account with my personal account.

I need to merge my corporate account (ua28340@dow.com) with my personal account (mark.steih@gmail.com) I sat for the AZ-305 exam on December 16th and need to retake the exam in January (from my mark.steih@gmail.com) account. My MS ID is: …

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-16T22:03:56.1533333+00:00
MarkSteih 0 Reputation points
1 answer One of the answers was accepted by the question author.

Make same user from different clients to have same sub claim

I have two entra ID clients that I used with two seperate, but related applications. One application is a web application, where as other is an SPA. I am trying to configure these application to use same sub claim for the same user, when a token is…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,764 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,652 questions
asked 2024-12-13T04:02:52.2833333+00:00
Chamila Gamage 20 Reputation points
commented 2024-12-16T20:51:58.1733333+00:00
Navya 14,040 Reputation points Microsoft Vendor
0 answers

Where can I find a comprehensive list of identity scope?

Hello, I'm trying to implement a RBAC authentication in Python and stumbled upon get_bearer_token_provider. Its second parameter is scopes for the token. And I'm curious of what scope I can set for it. I tried to search examples but I only found…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-03T05:44:28.8766667+00:00
You Matsuo(松尾 陽) 65 Reputation points
commented 2024-12-16T01:02:04.9966667+00:00
You Matsuo(松尾 陽) 65 Reputation points
0 answers

Login to Azure portal issue

HI my user id is bsarahim@hotmail.com and bsarahim123@hotmail.com, Im unable to logon to portal.azure.com and it keeps on asking me verify you identity with gmail.com and I never recieve the code in the gmail, Im really struck.. I need urgent help …

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-13T09:00:55.3733333+00:00
Abdul Baba Syed 21 Reputation points
1 answer

Is it possible to get User Assigned Managed Identity bearer token via ADF on MSIT tenant?

Can you please confirm if it is possible to do UAMI token generation via ADF on MSIT tenant? We do not have a PME subscription currently. Stackoverflow questions: https://stackoverflow.microsoft.com/questions/435481 …

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,049 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,652 questions
asked 2024-12-09T10:23:47.76+00:00
Mohammad Sheraj 0 Reputation points
answered 2024-12-13T08:50:10.4433333+00:00
Coder 0 Reputation points Microsoft Employee
0 answers

Set up notifications for Root Tenant Group assigments

Set up notifications for Root Tenant Group assigments azurerm_role_management_policy I am trying to enable notification(email to slack channel) whenever someone requests for PIM role activiation. The slack channel contains the admins who can approve the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
334 questions
Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
938 questions
asked 2024-12-12T19:00:49.8133333+00:00
Kaushik Ray 0 Reputation points
1 answer

I haven't gotten my SC-300 Exam results yet!

Hi Microsoft Team, I have completed my SC-300 exam on Tuesday, December 10, 2024. It's been over 24 hours, and I have not received any updates on the results in my Profile -> Credentials -> Certifications. I've also contacted the Pearson VUE, and…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-11T20:34:08.47+00:00
Obi Udezeh 0 Reputation points
answered 2024-12-12T06:34:04.3633333+00:00
Gowtham CP 5,760 Reputation points
1 answer

Microsoft.IdentityModel.Tokens.SecurityTokenSignatureKeyNotFoundException: IDX10500: Signature validation failed. No security keys were provided to validate the signature.

info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[64] Azure Web Sites environment detected. Using 'C:\home\ASP.NET\DataProtection-Keys' as key repository; keys will not be encrypted at rest. warn:…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-12-01T02:01:13.3266667+00:00
Leon 0 Reputation points
answered 2024-12-11T15:23:18.4233333+00:00
Aaron Hansen 0 Reputation points
0 answers

Asp.net 6 ASP.Net 6 Identity Calling Login at Startup Not Home Page

I wanted to quickly set up a new website, used one that I had built last year which uses full MS Identity management. This works fine but rather than calling Home/Index on startup it goes directly through to Login.cshtml. I cannot see any differences…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,704 questions
asked 2024-12-10T09:46:59.1266667+00:00
Richard Williams 25 Reputation points
commented 2024-12-10T16:57:36.6966667+00:00
Richard Williams 25 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.NET API - Unable to create a DbContext

I am learning ASP.NET I tried the following code to enable IdentityCore on my API with…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,704 questions
asked 2024-12-05T18:20:36.1133333+00:00
Mahesh Kumar 60 Reputation points
commented 2024-12-09T05:45:35.9466667+00:00
Mahesh Kumar 60 Reputation points
4 answers One of the answers was accepted by the question author.

In Azure B2C custom policy, the Verified.strongAuthenticationPhoneNumber only gets saved to the Old Authentication Method Experience

I have a Microsoft Azure Custom Policy in the Identity Experience Framework that runs through the User's MFA experience. After the initial User Login, the User Flow next asks the User to set up their MFA if they have not yet done so. If the User select…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
asked 2024-04-05T16:06:51.52+00:00
Kevin Guan 30 Reputation points
commented 2024-12-06T14:29:40.8833333+00:00
Kevin Guan 30 Reputation points
1 answer One of the answers was accepted by the question author.

Disable message more information required when OATH is linked

Dear, We have a conditional access that all external users need to use MFA. Soms of them doenst' want to use there personal information with the verification methods. For that reason we want to implement hardware tokens. This works, but with a new user…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,652 questions
asked 2024-11-29T11:26:24.88+00:00
Heidi Vandezande 20 Reputation points
accepted 2024-12-05T15:09:45.22+00:00
Heidi Vandezande 20 Reputation points
1 answer

I have two application configured with FRONT CHANNEL LOGOUT but AzureB2C does not seem to be triggering Single Sign Out

I have two applications configured in AzureB2C A Web Application (ASP.NET Web Forms application) - APP 1 A SPA Application (Angular client side) - APP 2 For both applications I have enabled the front channel logout URL . When I login into APP 1 and…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
729 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,652 questions
asked 2024-11-20T15:22:02.5033333+00:00
Anjam Tahir 0 Reputation points
commented 2024-12-02T14:58:21.89+00:00
Anjam Tahir 0 Reputation points