Damir Bolic
Damir Bolic
Hi, some users are experiencing this error when using Chrome. Hellojs is working with AzureB2C and it works ok. `HTTP Error 400. The size of the request headers is too...
Hi, Im currently using login and logout both with force: true params like so: ``` hello(config.AZURE_PROFILE) .login( { display: 'page', force: true, redirect_uri: '/static/redirect.html' } ) .then(function (result) { console.log('Logged...
Hi, im using SignInSignUp policy in Azure, my page is developed in react. Loging/Register/Logout works fine. When user is logged in, browser redirects to redirect.html, which has hello.js script included,...
For localization Azure B2C requires query param called: ui_locales=en to be passed. Currently im passing it by concatenating string in hello.js init configuration for auth and grant endpoints location like...
Hi, We are currently trying to deploy this boilerplate on Windows Azure AppService. Thats basically NodeJs server wrapped into iisnode module(in essence it should function the same as nodejs/express server)....
Hi, is there a way to add wildcard or something else to API_BASE_URL param? Im asking this because I have a domain www.something.com. If i set API_BASE_URL , everything works...
Hi, not sure whats happening, if im doing something wrong here but 2 things i've noticed when trying to use this boilerplate on Windows 10 machine: 1. Clone this repo,...