I’m currently working on an Angular 11+ project with Azure Maps. I want to create a custom CSS styled HTML Marker like shown in the docs (https://docs.microsoft.com/en-us/azure/azure-maps/map-add-custom-html), but Angular seems to ignore the CSS completely. With F12 I can find the marker, but I can’t visually see it. If I create the HTML Marker with ..
Category : azure
I am working with Azure Ad, Reactive Spring as backend, and Angular Spa as frontend. The Angular SPA will log in with Azure ad and get an access_token to call backend Service. I need to implement RBAC but have some doubts. Use Case I am trying to implement: Say for example I have created two ..
In our existing Angular 8 application I am supposed to authenticate the user using SAML against Microsoft Azure ActiveDirectory. Can someone please explain if this is possible? Is there maybe a useful library? I read this article (Integrate Angular application to saml) and seems like it’s possible with a SAML stack, but I don’t know ..
I hope you all doing great. Here is the deal, I am facing an issue to deploy Two different projects, one is Admin Panel which has its own project structure, and one is the Shop page for the clients. I need to do this: Deploy Shop page to MAIN DOMAIN like: www.mainshop.com Deploy Admin Panel ..
I have upgraded my angular project from v8 to v11. I have upgraded @azure/msal-angular package from V1 to V2(2.0.0-beta.3). I have followed the samples given on https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v2-samples/angular11-sample-app. The configuration done on Azure portal were working fine with the earlier version. This is a SSO App, there is no login button. App.module const isIE = window.navigator.userAgent.indexOf("MSIE ..
I have an angular application hosted in a web app in azure. It was created using the template in VS with a .Net Core back end. When the application is deployed it works fine on desktops, windows and macOS. But on mobile safari I keep getting errors when trying to make an api call to ..

i try to do an angular application with MSAL-angular and Azure B2C for authentication. I am able to authenticate the angular app with Azure B2C (i have create a susi flow) and obtain the token as show in image below so i have create a .net core web api project and modify the appsetting configuration ..
We have an Enterprise Application configurated at Azure Active Directory . I want springboot to get data from Azure API (Microsoft Graph explorer) and and get or post data to my own mysql databases(for example) with angular front end as a client part . I have problem to use the same Token in angular front ..
We’re working on a Angular app which has been turned into a Universal app for server-side rendering. All working quite smoothly in dev environment and now is time to deploy. Current application is served out of storage as a static website with Premium Verizon CDN as front door and Azure Funtions (C#) as backend. Another ..

I want to integrate my github project with azure but when try it, appear this error: D:aSecondAppAzureSecondAppAzureSecondAppSecondApp.csproj(57,5): error MSB3073: The command "npm install" exited with code -1. My app was did with angular 8.0 and asp.net core 3.1 I tried comment the line 57 but it still is not working Source: Angular..
Recent Comments