The claims tag has no wiki summary.
0
votes
2answers
12 views
Scripts and styles are not not working in claims based identity
I am an ASP.Net MVC application that uses claims based identity. I created a security token service (STS) for authentication. My MVC application is hosted on IIS default website. My application is ...
0
votes
1answer
21 views
ClaimsPrincipal not getting saved properly
I have an ASP.NET MVC 4 application, in which I'm trying to implement claims-based authentication and authorization. We have an SSO proxy that inserts certain info about the user (such as username) ...
0
votes
0answers
26 views
Strategy for managing resource access dependent on claims
I have a system where a person can either be an Admin, which means he can do anything, or he could be a POC for a specific record, meaning he can do certain operations pertaining to the record(s) he ...
0
votes
1answer
62 views
System.Security.Claims.ClaimsPrincipal not updating
I am using BrockAllen.MembershipReboot
Having an issue with the claims handling in relation to when exactly the claims get updated. The code below should demonstrate my problem...
private function ...
0
votes
0answers
29 views
Custom ADMembership Provider with Trusted Domain - SharePoint 2010 Claims [closed]
Does any here came across building ADMembership Provider for SharePoint 2010 Claims Based that support authentication over trusted domain? The current out of the box AD Membership and LDAP Membership ...
1
vote
1answer
185 views
Retrieving friendly name as claims user in SharePoint
I'll explain what I'm trying to do first. I have a claims identifier being passed in, for example, 0e.t|saml provider|[email protected]. I want to trim that to [email protected].
I am ...
0
votes
0answers
159 views
Authenticate Powershell script on SharePoint site using Claims
I have the following problem:
my team uses a SharePoint team site, for delivering our work among other things. We are SharePoint developers and write a lot of powershell, but as far as this site is ...
0
votes
1answer
224 views
SAML IDP, ADFS 2.0 SP & WS-Fed Application
UPDATE:
I was able to get ADFS to forward my user to the relying party application. I used ComponentSpace's SAML2.0 library and RelayState. Even though it successfully forwards to the WIF ...
1
vote
1answer
116 views
SharePoint: How do I resolve/search for claims using PowerShell?
I have a SharePoint (2010) web application that is set up with claims based authentication, with two claims providers (Azure ACS and ADFS). From SP Central Admin -> Manage Web Applications -> User ...
0
votes
1answer
77 views
Using token from ASP.NET application to access WCF service
I have the following scenario
I have an STS that issues my tokens,I have used it to federate my ASP.NET application , this application calls A WCF Service to perform some need functionality.
But ...
0
votes
1answer
86 views
ADFS 2.0 claims transformation
I have Sharepoint which has configured claims based authentication with the adfs. ADFS is configured to use third party claims provider trust. So when user is accessing sharepoint he is redirected ...
0
votes
0answers
39 views
sharepoint UAG and claims
I have recently switched my SharePoint 2010 web application to Claims authentication, and migrated the users.
My web application is published externally through UAG, since changing to claims i now get ...
0
votes
0answers
16 views
What is the DenyOnlyPrimarySid claim type?
What is the ClaimTypes.DenyOnlyPrimarySid used for?
I understand that "DenyOnly" claims specifically deny an action on an entity. I also believe that the PrimarySid is the unique identifier of a ...
1
vote
1answer
284 views
Restricting ADFS 2.0 to use a specific OU instead of Domain level access
Consider the below Sample Scenario:
I have a Single Active Directory Domain for Production, Test and for development (each separated at OU level).
I want to install ADFS at test OU level and I do ...
0
votes
0answers
107 views
Claims rule adfs - claim types from db
I have a claims table with emailaddress, claim type and claim value columns. In adfs I am using custom rules to retrieve the claims. So far, every example I have looked at, I have to specify the ...