Tagged Questions
0
votes
1answer
61 views
active client - get token from resource partner adfs using idp token
I am trying to write console application with the following scenario:
client first requests a token from an identity provider, and then uses this token to request a new token from a Resource STS
Using ...
0
votes
1answer
200 views
ADFS 2.0 time out and relation between Freshness Value,TokenLifetime and WebSSOLifetime parameters
I am interested to know the relation between Freshness Value,TokenLifetime and WebSSOLifetime parameters in ADFS 2.0 time out scenario. I have already did my bit of analysis on this and I am yet to ...
0
votes
0answers
30 views
403 forbidden federation
I have used Claims Authentication in my MVC application, where ADFS authenticates a user's credentials. I can log in to the site, but some of the scripts and css files are not loaded, therefore the ...
-1
votes
1answer
160 views
c2WTS (Claims to windows token service) in .net 4.5
I need to get a Windows token from from Claims. The solution is a Claims Aware WCF webservice that uses ADFS 2.0 and runs in IIS ASP.NET 4.0. (The kerberos token is needed towards impersonated ...
0
votes
2answers
242 views
Reference sample for ClaimsAuthorizationManager in Windows Identity Foundation 4.5
Sorry for the long question, trying to get all my points across!
I have been spending a considerable amount of time researching how to update our existing Identity and Access Management scheme to a ...
0
votes
0answers
226 views
The HTTP request is unauthorized with client authentication scheme 'Negotiate'?
I have setup two ADFS2.0 servers under same domain to uthenticate sharepoint 2010 programatically. The code below to get response works very well with server1 but gives following error for server2. So ...
0
votes
1answer
220 views
How to intercept ADFS 2.0 authentication request
Based on my reading on does ADFS 2.0 support custom authentication store, the only authentication store ADFS supports is ActiveDirectory (I was originally thought that custom attribute store would ...
0
votes
0answers
54 views
How to get signin url value using sharepoint url?
In claims based authentication using ADFS2.0,
We will be automatically redirected to the signin url and tries to authenticate. That means we are giving only sharepoint url, username and password as ...
2
votes
1answer
668 views
Claims Based Authentication - SharePoint and generally
All,
I've been doing a lot of reading around Claims Based Authentication and am still a bit confused. I'm trying to solidify my understanding, specifically relating to SharePoint 2010/2013, but also ...
0
votes
1answer
219 views
Difference between HttpContext.User.Identity and IClaimsPrincipal
I am new to identity systems development and I'm thinking of using claims principal and claims identity for authorization in ASP.NET MVC 3 architecture (implemented at controller level).
I can see ...
0
votes
0answers
226 views
ADFS 2,0 and MVC 3 - Claims based authentication and authorization
I am working on a prototype which uses ASP.net MVC 3 /4 architecture and ADFS 2.0 for authentication. I tried searching articles which explains MVC and ADFS integration but I couldn't find any useful ...
2
votes
1answer
460 views
How to use ADFS 2.0 with asp mvc 4
I am writing a MVC 4 web app and want to use the new WIF and ADFS to Authenticate users. I also want to provide a profile page for users to "self serve" changes like phone number or maiden name.
I am ...
1
vote
1answer
311 views
Call a WCF service protected by ACS, which uses ADFS as IDP
Following this post I have created a WCF client which:
Uses ADFS to authenticate users against AD.
Provides a SAML2 ticket to the caller.
Uses the supplied SAML2 ticket to call the WCF Service.
...
2
votes
2answers
825 views
ADFS claims based SharePoint 2010 and embedded IFrame ASP.NET claims aware application single sign on
I have a SharePoint 2010 web site configured for Claims only as the Replying Party to ADFS. I also have an ASP.NET application configured for Claims using WIF + Extension for SAML 2.0 CTP as the ...
3
votes
2answers
1k views
What is the purpose of nameidentifier claim?
What the claim of type http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier should be used for?
This is the main question, and here are additional ones.
How does it differ from ...