8/20/16

AngularJS SPA Redirect on Unauthorized Routes

On a previous article, we discussed how to add authorization to the routes for an AngularJS SPA app.  Our previous solution just stops the route change cycle by raising an error which is visible on the browser console. Since this is really not user friendly and provides no feedback to the user,...

8/13/16

AngularJS SPA Route Claims Authorization

CodeProject Overview  When we talk about routing with AngularJS, we make reference to a service that allows us to map URL routes to view templates (HTML) and controllers. This is what allows a single page application to navigate to different areas of the app. In the context of authorization,...

8/6/16

SharePoint 2013 App domain for this site has already been assigned

When deploying a SharePoint 2013 add-in (or app) from Visual Studio, we may get the following error: ErrorDetail: The content database on the server is temporarily unavailable ErrorType: Transient ErrorTypeName: Intermittent ExceptionMessage: The App domain for this site has already been assigned This error is usually a result of an add-in prefix update on the farm. ...