mg-arrow

Results 4 issues of mg-arrow

I am using latest **OWIN 4.2** and have PKCE enabled. Check settings below. ``` app.UseOpenIdConnectAuthentication( new OpenIdConnectAuthenticationOptions { MetadataAddress = string.Format( ConfigurationManager.AppSettings["ida:AadInstance"], ConfigurationManager.AppSettings["ida:Tenant"], ConfigurationManager.AppSettings["ida:SignUpSignInPolicyId"]), ClientId = ConfigurationManager.AppSettings["ida:ClientId"], RedirectUri = ConfigurationManager.AppSettings["ida:RedirectUri"],...

I have the problem with going to the specific page of the application after the build was created and app was moved to the web server. Example: App was moved...

Is it possible to modify the current modular application and include RequireJS to handle dynamic loading of the javascript files required for the specific modules ? The current structure would...

I am trying to run npm install as per documentation on the modular application and getting the error Additional error details: fatal: unable to connect to github.com: github.com[0: 192.30.252.130]: errno=No...

question