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 =…
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…
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…
Installation ID
How can i get my confirmation ID with installation ID
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…
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() { …
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…
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: …
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…
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…
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 …
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 …
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…
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.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:…
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…
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…
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…
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…
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…