AngularJS hash # problem after Azure B2C Sign Up policy redirects to application
问题 What we'd like to do is to automatically Sign In\Login the user after they successfully Sign Up. Let's say the user got an invitation for the application. They go to the Sign Up page, fills out the form and clicks the Create button. If all is OK, the user is added to Azure B2C directory and then we'd somehow have the Sign In policy run automatically OR some other way of logging in automatically. So I just want to know if this is viable or not when using Azure B2C. EDIT After further debugging