Questions tagged [wif]

The Windows Identity Foundation is a free Microsoft library that enables claims based authentication and use federated identity/single sign-on in their applications.

The Windows Identity Foundation is a free Microsoft .NET library that enables claims based authentication and use federated identity/single sign-on in their applications.

It is part of Microsoft's wider identity and access management strategy which includes Active Directory Federation Services and Windows Azure Access Control Services.

1279 questions
0
votes
1 answer

windows identity foundation / update panel / error 401

i recently created a claim aware web app using wif. This app contains an update panel that loads dynamically user controls, everything seems to be ok, but sometimes i am getting a 401 error when the app does a async requet for the updatepanel , but…
0
votes
1 answer

Splitting authentication across a site

Imagine an Intranet with many divisions inside a company like: \Home ….\Division A ….\Division B ….\Division C ….\Division D … ….\Division XXX There are a lot of divisions – around 50. In essence, each division is essentially a separate web…
rbrayb
  • 46,440
  • 34
  • 114
  • 174
0
votes
1 answer

Unit Testing Claims in .Net MVC app

Background : We are using MVC4 and using WIF for Claims/Authorization. We are using Moq/MvcContrib for Mockup Objects. I have looked here and created the MockIdentity and MockPrincipal Objects - do I need them? Goal : I have a controller class that…
Pete
  • 169
  • 2
  • 14
0
votes
1 answer

Active WCF STS from scratch to end

I 've a problem with using WIF to secure WCF services. I just can't make it work. I've read so many things about it in so many places, but that are not official documentation nor complete, that i start getting confused and don't know where to look…
PAP
  • 167
  • 8
0
votes
1 answer

How to pass STS token through WCF Routing service?

I am trying to call WCF claim aware service through WCF Routing service but it gave me the following error. "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and…
0
votes
2 answers

Combining active and passive federation

Is it possible in WIF to combine active and passive federation? We currently have multiple Silverlight clients that communicate with 1 or more WCF services. The problem is that some of these services are hosted on a different domain. This means…
svb
  • 641
  • 1
  • 7
  • 13
0
votes
2 answers

Windows Identity Foundation (WIF) - ClaimsAuthenticationManager

I have code similar to the snippet below (taken from http://leastprivilege.com/2009/05/24/use-geneva-session-management-for-your-own-needs/) public class Transformer : ClaimsAuthenticationManager { public override IClaimsPrincipal…
karthitect
  • 513
  • 5
  • 7
0
votes
0 answers

Google Chrome Cookie Domain Name Filter

Using Windows Identity Foundation (asp.net, mvc 3), I set the cookieHandler config in web.config like so: .qa is our quality assurance and testing build domain. Locally, I have it set…
ryanhallcs
  • 237
  • 1
  • 14
0
votes
2 answers

Can you return only the nameidentifier claim via WIF

I’m working on a project to create a security web application and STS using WIF and everything is working correctly except for in an instance where I want to return only the nameidentifier for an identity. In this instance, I get the following…
user1330152
0
votes
1 answer

How can I use WIF to secure access to static files?

I have a folder of jpg images on an IIS server & we need to secure them so that only people with a particular permission can view them. We have implemented WIF based STS (not AD) for authentication on other parts of the site & I would like to be…
Glenn Slaven
  • 33,720
  • 26
  • 113
  • 165
0
votes
3 answers

No certificate was found for subject Name CN=IdentityTKStsCert

I'm going through WIF training kit. I'm getting the following error when trying to log in via STS site. I click log-in, then I'm redirected to STS web site and I see this No certificate was found for subject Name CN=IdentityTKStsCert
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
-1
votes
1 answer

How Can I Save AD Validation To Use For Later Calls?

I'm assisting a team of developers with a MVC web app that's presenting a custom log in for authentication. They use the user entered id and password to validate the user against ActiveDirectory (via a call to…
Onorio Catenacci
  • 14,928
  • 14
  • 81
  • 132
-1
votes
1 answer

Migrating to OpenId connect

I have searched a lot and still confused to get an exact idea so posting here. I wan to implement SSO in my app. It is Service provider and my identity providers currently supports only WIF and SAML2 implementation for SSO. But in future they also…
S M
  • 3,133
  • 5
  • 30
  • 59
-1
votes
1 answer

ADFS 3.0 IdP Initiated Signon for SaaS provider

Custom SaaS Application that has multitenant users. Need to authenticate users into sass application that is protected by ADFS 3.0 do not want to have homerelm discovery. Not sure if this should be a smart link or not? How do I create an…
WetJabba
  • 1
  • 2
-1
votes
1 answer

Wrong IP from DHCP server on wifi

I've determined that the DHCP range of my access point is 192.165.. but when I connect with my Ralink wireless card to the Access Point it receives an IP address of 169.254.178.92. What is going wrong with the connection process?
1 2 3
85
86