web application
9 TopicsAlways launch guest Teams invite links with web app - remove desktop app option
So if a guest clicks on the Teams invitation link in the email they receive, they get the option to launch and login to the desktop app. This appears to be the preferred MS option. Because we've not allowed guests to use the desktop client in one of our Conditional Access policies, this will fail. We need to remove the desktop app as an option entirely and only offer the login to the web app, or launch straight into the web app. We want there to be no way the guest can get confused. I just don't see this as a customisable thing at the moment. is this correct?1.3KViews0likes2CommentsDeploying Applications with Azure Static Web Apps
Azure Static Web Apps (SWA) celebrated it 1 year anniversary in May 2022. SWA is now one of the best and easiest way for student to build and deploy web sites and with Azure Students you can do this for FREE. We have a dedicated learning series 30 days of Status Web Apps which has been launched to mimic a developer's journey to help you get a great understanding and learn the basics of how to use SWA.2.4KViews2likes0CommentsIIS Server Error cannot execute the command while adding new Role Provider - Sharepoint 2019
Hi, I have installed the Windows Server 2022 with SharePoint Server 2019, I have created one web application and trying to configure the Form-Based Authentication from the IIS Manager, whenever I am trying to add the new Role Provider below error occurs every time Its only happening for SharePoint web application Thanks in advance2KViews0likes2CommentsIIS Server Error cannot execute the command while adding new Role Provider - Sharepoint 2019
Hi, I have installed the Windows Server 2022 with SharePoint Server 2019, I have created one web application and trying to configure the Form-Based Authentication from the IIS Manager, whenever I am trying to add the new Role Provider from the IIS server below error occurs every time Its only happening for SharePoint web application490Views0likes0CommentsCreate Azure AD User using Graph API & HTML Form
Hi there! I have given myself a little project for the holidays. I'm dabbling in some ideas but I'm still very new at the developer side of things in the Microsoft Metaverse. Some background about me: I'm a Microsoft Certified Azure Solutions Architect & Azure Security Engineer Associate. My history with MS goes as far back as MS-DOS 🙂 I've been working mostly in the front-end side of things and only started in recent years dabbling with back-end and coding. I am by no means fluent in any developer languages but know my way around Powershell. I'm currently self-studying for the Azure DevOps Engineer Expert certification. So on to my little project... Basically, I want to create a User Signup form in HTML. The usual "First Name", "Surname", "Email Address", "Password" and "Confirm Password" fields. I've gotten this far and I have the submit button too. For the scripting I've chosen Javascript but suggestions are welcome on whether C# or another language would be easier / faster / better. Now the part where I'm at a loss is how to pass the values captured in a form using Javascript to the Microsoft Graph API to create the user in Azure AD based on the values filled into the fields. I have created the Azure App Registration with sufficient permissions as per Microsoft Documentation. User.Read.All & User.ReadWrite.All But I'm not at all clued up on how to create the Authentication Provider, Get the Access token etc. Can this be tested locally or do I need a web server? Right now I have a local HTML file that contains the form and a Javascript (.js) file with some code that I copied from Microsoft example documentation but I have no idea which values are supposed to be replaced with my values. I would appreciate any help / hint in the right direction. I apologize if this is the wrong forum for this. Feel free to point me in the right direction. 🙂 Thanks in advance! Regards, O2KViews0likes1CommentWebApp: Handlers and Virtual Directory are not there
Hello Team, I have deployed my Web App based on PHP7.0 container (Standard S1 App service plan). As per documentation in Settings/Application Settings i should be able to see Handler Mappings and Virtual Applications and Directories, but i do not see those, only Apps Settings and Connection Strings. Why ? Thanks, Michal812Views0likes0Comments