My UWP app gets a bad review because it can only be installed through Microsoft Store
Interesting observation: my app gets a bad (1) review because the user doesn't like to provide a Microsoft account in order to install it through the Microsoft Store. What can I do about that? Can I remove such a review (although I actually don't care…
AAD Sync, switch from hash to pass-through and SSO
Hi, Today I'm using AAD Sync with Password Hash sync and I want to change to pass-through authentication and single sign-on. Are there anything I need to think about before doing this? Or can I just check the "Pass-through authentication" and…
Logging into VM with work account
I'm just trying to get my feet wet with Azure VMs. I've set up a Windows Desktop VM and can log in with a local account. I added my O365 work account as an administrator in the VM and within access control in the VM dashboard. When I try to log in, I get…
Still regarding the points system, and These Major updates.
Hi all, It it only me or the Rep points are like Stuck forever ? I like to win some points, it make me feel good. HaHa ! Been couple of day's they are stuck at the same . Thanks all for reply ! .... and tags.. still not working properly
Azure B2C securing metadata endpoint.
Does Azure B2C support custom policy metadata endpoint security using either basic authorization or certificate? The below does not appear to work as no certificate was sent to the API. I could not locate any documentation indicating that securing for…
AAD Login uses logged in user by default
Hi, I have a few applications that use AAD for authentication. Current behavior: I am logged into my desktop using a@Anonymous .com. I launch the application, the app redirects to the AAD login screen and enter b@Anonymous .com as the user…
Opening a developer account
Hello, I would like to publish a UWP application on the Microsoft store. As i understood here I needed a developer account. I followed the instruction given on this page At first, when I entered the payment information, I got the…
用最少的C#代码,实现1个功能的方法
尊敬的微软技术专家: 您好! 请问用什么思路,能快速找到《用最少的C#代码,实现1个功能的方法》? 1)项目情况 1.1)用Visual Studio 2019、C#、SQL Server 2008 R2 开发1个WinForm模式的零售业进销存系统 1.2)客户经常突发要开发一些小功能 1.3)客户要求快速开发完这些小功能 2)我要解决的问题 2.1)用最快速度,找到实现这些小功能的方法 …
Unable to RDP to VMs
What are the common cause in unable to remote desktop to Azure VMs? I already have RDP ports enable as well successfully did a network test.
Assign a policy to enforce a condition for resources you create in the future
Hi Team, i would like to allow users for Free Tier(F1) while creation the App Service Plan, it should deny the all other tiers except allowed tier. Thanks in Advance. Regards, Venu Sunkara
Enterprise App oAuth2 SSO gets invalid session key
I added my Moodle instance as an Azure AD Enterprise app. The login works well, but fails in a very specific way (which tends to be quite popular amongst users). When people click on the login button, they get redirected to the Microsoft login…
Azure AD OIDC token issues
Hi, We've been using OIDC tokens with our application behind AWS ALB, and its been working fine until last week. Looks like UserInfo endpoint not returning everything AWS ALB is expecting as per OIDC protocol specs? MSFT has been advising to use /me…
Using Yubikey with Azure SSO MFA
Hi, I've configured our Business Central On-Prem V13 Test environment for Azure SSO and it works great. I would like to enable the use of Yubico Yubikey for MFA. As many of our employees are not provided with smart phones, we need a way to allow them to…
[cpp][uwp] c++ winrt How to get app width and bind it to a Slider
in I am trying to bind the upper end of a Slider to the current width of the app. It needs to look like, < Slider x:Name="Slider1" Width="200" Minimum="50" Maximum="Page-Width" StepFrequency="10"…
Azure VM to VM communication
Hello All, Looking form some information and how-to I would like to have my VMs on two different V-Nets be able to communicate with each other.... I know I can do peering between the V-Nets and that allows communication fine, and I have set that…
Office 365 developer subscriptions support
My Office 365 developer subscriptions, tells me that its inactive. Even though I thought I had been developing against it. Has anyone got a contact details of support as I can't seem to find any?
Configure basic load balancer for existing VMs
I'm trying to configure a basic load balancer for two of our VMs. In order to do this is looks like I need an availability set. I didn't create on when I created the VMs and it doesn't look like I can assign one to the VMs now. Do I need to create two…
Locked out of O365 Developer Instance
Hi all, I've got an Office 365 Developer Instance setup with a custom domain, customized admin credentials and user data. Unfortunately I am now unable to log into the instance with my administrator credentials and when trying to recover or reset…
Does Azure AD support RelayState as form variable
I am creating a SP-initiated SAML flow where I need to send the RelayState via a form POST variable along with the SAMLRequest. Is this allowed and if so how do I configure it? Currently, the communication coming back from Azure AD has the…