wif

Windows Azure ACS with Windows Active Directory (2003)

夙愿已清 提交于 2019-12-13 05:44:14
问题 Does anyone have any experience with this at all? I'm trying to link up my ACS with my companies local active directory, so obviously I'm going to need an STS that relates to this active directory for authentication/tokens. Do I need to create my own custom STS or is there a tool out there somewhere that makes this simpler? Any suggestions appreciated, hopefully someone's done this before. 回答1: ACS is normally a Federation Provider. It doesn't have an underlying AD. You need Active Directory

ADFS freshness and session sliding

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 05:05:12
问题 I have implemented session sliding using in my customehttphandler module. I am trying to acheive session sliding as well as getting authenticated on multiple website which share same ADFS server. public void SessionAuthenticationModuleSessionSecurityTokenReceived(object sender, SessionSecurityTokenReceivedEventArgs e) { SessionSecurityToken token = e.SessionToken; DateTime nowUtc = DateTime.UtcNow; DateTime validFrom = token.ValidFrom; DateTime validTo = token.ValidTo; double totalMinutes =

WCF Data Service with WIF 4.5; Principal not set for POST requests

放肆的年华 提交于 2019-12-13 04:29:28
问题 After following Dominick Baier's Pluralsight courses and blogs around WIF 4.5, I'm still stuck with problem that I'm unable to resolve. I am using WCF Data Services with claims based authorization using WIF 4.5. I have my ClaimsAuthenticationManager and ClaimsAuthorizationManager set up in the web.config: <section name="system.identityModel" type="System.IdentityModel.Configuration.SystemIdentityModelSection, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken

Username and password authentication for WIF (Windows Identity Foundation) in ASP.NET MVC

喜欢而已 提交于 2019-12-13 04:25:48
问题 We have two existing legacy web applications, one for the intranet using windows authentication within the domain, and one internet application, performing a custom web forms username + password based authentication. Now a new web applications is developed and will be available in the internet to both internet and intranet users, handling both authentication models. Therefore we decided to use WIF. We're going for ASP.NET 4.5 MVC 4 on Windows Server 2012. The intranet authentication shouldn't

Geneva Server And SQL Store

╄→尐↘猪︶ㄣ 提交于 2019-12-13 03:43:00
问题 I have heard from some of the microsoft connect blogs that Geneva Server works with AD/LDAP as identity providers. If I have to configure my own custom attribute store in SQL server, with these users not being in AD groups would that be possible.from the blogs what I have seen is that Genevea Server is tightly coupled with AD and if I have to use custom store then I have to write my custom STS by overriding base classes from the Geneva Framework. So my question is is it possible to

Windows Identity Foundation - relying party session security token lifetime

别来无恙 提交于 2019-12-13 03:38:33
问题 I'm using Windows Identity Foundation (WIF) for authentication in my ASP.NET MVC 3 project. I've created simple security token service (STS) using default template available in the SDK (ASP.NET site with forms authentication). Everything works fine, apart from the fact that my security session token lifetime (the one that is being generated on the relying party (RP), i.e. ASP.NET MVC site) seems to be set to 10 minutes despite that STS generated security token has lifetime of 1 hour. I've

Local STS to production

跟風遠走 提交于 2019-12-13 02:39:28
问题 I am now working on a web project where the authentication mechanism chosen is windows authentication(intranet application). Once the project goes live, after a gap of two months or so, an STS will be set up. Then the web project should start using it with out much change to the code. How to do it? I plan to use claims based authentication using WIF 4.5 with my own STS ( a WCF project/web application) and take it to live. once the STS is setup in intranet(ADFS)/cloud(WAAD). I simply change

Storage of Role-based Permissions using ADFS and WIF

耗尽温柔 提交于 2019-12-13 01:29:21
问题 I'm working on a project which uses Active Directory for user information, ADFS for Authentication and SSO, and several custom applications all built with ASP.NET MVC. The authorization model is claims and role-based; that is, a user's roles are accessible as claims to the relevant application, via tokens issued by ADFS (using WIF). Each role has a defined list of permissions against the applications' various resources (i.e. the role Admin has WRITE permission against resource X). We have the

Confused about STS and WIF

五迷三道 提交于 2019-12-12 17:50:54
问题 I am building 3 new websites and want to use WIF4.5 for SSO across these 3 different domains. I have read tons of materials about the WIF, while I understand the principles and purpose of WIF I am still very confused about how it works in real life, please help me understand the following questions, many thanks. All my sites will be hosted using shared hosting services. Everyone is saying that there's no need to build you own STS, but if that's case where can I found external services I can

Azure SDK 1.4 - WIF - The C++ module failed to load while attempting to initialize the default appdomain

久未见 提交于 2019-12-12 12:13:42
问题 I have an old azure application which was running on the azure 1.2 SDK and relies on WIF for authentication. I have recently been trying to update it to the latest SDK (1.4). The applications compiles and runs on Azure, including authenticating with my STS. However some pages on the site just will not load throwing the following errors. Unable to find assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. [SerializationException: Unable to find