Method not found FirstOrDefaultAsync
Im not sure if it is related but this is what i discovered after installing TS1.4 for VS2013After starting my project i got the following mesage:Method not found:...
View ArticleWIF, ADFS, ACS, OAuth 2.0 Questions
Hi all,So far, what I understand are (please correct me):ACS provides a very easy way to setup identity provider (Google, Facebook...), I need to setup Windows Azure subscription and then setup the...
View ArticleImplementing ASP.NET Identity on existing project
Hello,During the year I have built a simple website using web forms and a simple authentication.This is the site: http://yproject.gear.host/ Admin...
View ArticleCan you setup an ASP.Net application to use Kerberos Authentication?
Hello Community I am rephrasing this question: Can you create an ASP.Net application to use Kerberos authentication and if so when, how and why would you do that? Thank you Shabeaut
View Articleset auth method programmatically
I want to write a web app that depending on the URL requested sets the authentication method. For example, if a user browses to form.myapp.com, they will be prompted to login via forms based...
View ArticleCatch Security Exception with attribute (Web Api)
Hi!I have a simple web api controller that i want to secure with claims authorization: [ClaimsPrincipalPermission(SecurityAction.Demand, Operation = "Get", Resource = "Contacts")] public...
View ArticleANONYMOUS LOGON Web Server to WCF Web Service(Different Server)
Hi, I have facing login credentials lost web server to wcf web service(different server). I got correct data if i open my web site from Web Server but i got "403 forbidden" if i call from client...
View ArticleMulti-Layered Security For A Website
Hey All,I am looking to track user queries on a website that has group level security in place.So some information can be viewed at the group level shared log-in. I am using asp.net identities 2.0...
View ArticleUnable to update the password
I'm getting the following error message when running from IIS Express. When I deploy to an actual server environment, everything seems to work fine.I've modified the IIS Express config for...
View Articlehow can i protect my website from the insiders?
Let's say that my website has implemented all the anti-hacking techniques for protection from the outsiders visitors of the web pages. But how can i protect my web site from the insiders employees of...
View ArticleASP.NET 4.5 C# Identity & Webforms: Referencing a custom field added to...
Dear DotNet dudesI have added the custom field AliasName to my AspNetUsers table.I have also added AliasName to the IdentityUser class:public class ApplicationUser : IdentityUser { public...
View ArticleError: "Logon failure: the user has not been granted the requested logon type...
We've pushed an existing app to Windows 2012 from Windows 2003 with no code changes.When we attempt to access a page which I believe has a task scheduler, there is a function that is called that...
View ArticleCurrent User Groups from Active Directory
I am not sure if this is the right forum.Have APS.NET application. Need to find out if the current user is in one of two groups. Try several methods from the web, they will work in VS 2010, but not...
View ArticleUsing windows authentication for mvc app, where to start???
I am writing a web application to replace the one we are currently using. I have finished most of the application and now need to integrate the authorization and administration into the mvc views and...
View ArticleAuthentication and Authorization Mechanism
Hi there,I am a new bee on ASP.Net Programming, I am planning to design a project in which:1. There should be few pages accessible to team members (Member portal public).2. Some specific pages...
View ArticleDefault login asp.net MVC4
hi, I can not understand "he default login asp.net Mvc" can we use it with a database of our choice; if so how ?? this will really save me time !!!!
View ArticleASP.NET Membership in VS2013 for web
I have a website, I initiated it using VS2013It is connected an SQL Server DatabaseI added the membership schema to the databaseNow I want to Administer it to add Roles and UsersBut I found that this...
View ArticleConfused by ASP.NET Identity and IdentityDbContext
Hey all, It's been a while since I've done any serious work using ASP.NET authentication and I'm a bit rusty. Especially now that ASP.NET Identity is the in thing. I'm hoping I can explain what I'm...
View ArticleDisplay message after user inactivity when Forms Auth ticket expires
I want to display a message to users like below, after 20 mins of inactivity."You have been logged out, please login again"Specifically, for example, a user logs in, after 20 mins inactivity, s/he...
View ArticleMVC5 Site Authentication
We have a website, example.com that was built using ASP.NET MVC5 in VS2013. The website uses the standard "Single User Account" authentication method for our customers and internal company management.I...
View Article