Extend functionality of Azure Mobile Services using ASP.NET Identity
I have a .Net Mobile Services back end (i.e. not the JavaScript one) which out of the box supports authentication with the common Identity Providers (facebook, twitter, etc) through the windows azure...
View ArticleEveryone vs developer
Question,If the shared folder my application resides in, on the web server only gives 'Read' capability to the 'Everyone', itis not allowing me to move a program change to this folder on the production...
View ArticleWhy we write this in onauthenticateRequest ?
Hi All,I have one doubt regarding below code, It is good we are checking the authentication and if he is not authenticated then redirected to login page.But Why we are creating generic principal here...
View ArticleReading machinekey at runtime
Hi,I've a asp.net 4.0 web application and I want to read the machine key at runtime<machineKey...
View ArticleAD authentication from browser both automatic and manual
I have an web site that can retrieve some data from active directory.I was able the user to enter their AD username and password to get the information.my current problem is that if the user computer...
View ArticleHow SSL and Certificates work between server & browser
<div class="post-text" itemprop="description">i do not have good understanding about how SSL and Certificates work between server & browser. so i got a little write up on this from this...
View ArticleASP.NET Identity 2.0 – where are token stored?
I’m writing SPA application using Durandal, WebAPI 2.0 and ASP.NET Identity 2.0. I also have changed user storage to custom implementation because I have to use existing SP to authenticate. I’m...
View ArticleHow to customize login response is ASP.NET Identity 2.0
I’m wondering is there any way to customize response for login in ASP.NET Identity 2.0. I’m using in it with Web API 2.0 and after sending login and password to '/Token' location ASP is returning...
View ArticleHow to Send verification Email on Registration using ASP.NET Register control...
Hi,I am developing an MVC5 website and when my users register on the website, I want to send a verification email.I had a look at -...
View ArticleVirtual Directory
I am still trying to work out and understand permissions for a web site.The web site is running, but it is filled I am sure with security flaws.If in IIS the Write and Directory browsing options are...
View ArticleDigitally signed transaction in C# .net 4, mvc 3, IIS 7.5
Hello all.Although I have been reading posts and googling, I'm quite noob in .net digital sign, so, if you can give me a hand...I've a mvc3 app, running in a IIS 7.5. Now, In a certain pages, I need...
View ArticleVS 2013 Identity Provider
In my web.config I have my authentication set as<authentication mode="Forms"> <forms loginUrl="Account/Login.aspx" protection="All" timeout="30" name=".ASPXAUTH" path="/"...
View ArticleASP.NET Principal, Identity
I'm building an authentication solution that receives SAML artifacts. This solution will be used in multiple applications. Taking that into consideration, I was contemplating creating a custom Identity...
View Article{REQ}Password Protection with .htpasswd Convert Asp.NET C#
Hi All.Me Need Help In Convert Password Protection with .htpasswd To Asp.NET C#.Thanks For Help Me.
View ArticleAdding Authentication to Web API
When I originally created my project, I chose the MVC template with individual user accounts, and checked the box to add Web API. Now I want to require authentication for certain API methods. As I...
View ArticleForm Authentication problem
Hi,I have Login screen with login data (user name and password) plus an image. in my development enviroment the login screen is shown up correctly (css is shown and the image appears) everything is...
View ArticleCan I use in built authentication and authorization with custom tables.
Hi I have to work on a project where previous developer has implemented custom made login, authentication and authorization functionality. Now I want to use asp .net's in built authentication and...
View ArticleOWIN and Authorization Code Grant Flow - Always Bad Request (Invalid Grant)
I've set up the following in Startup.Auth.cs: public partial class Startup { public void ConfigureAuth(IAppBuilder app) { // Enable the Application Sign In Cookie. app.UseCookieAuthentication(new...
View ArticleAuthetication help
Hi there,I have been currently trying to understand how i will create the following, small description below.So i would like to have a standalone login page, this created in vb.net. This page at the...
View ArticleLogin Pages
I have 2 areas where users will need to login. Members and Admins.for this www.yoursite.com/admin to show the admin login page this is for the CMS and look different to the main siteand...
View Article