Questions tagged [claims]

Claims were introduced in .NET4.5 to build Claims based authentication into the framework in the form of ClaimsIdentity and ClaimsPrincipal in the System.Security.Claims namespace.

Claims were introduced in .NET4.5 to build Claims based authentication into the framework in the form of ClaimsIdentity and ClaimsPrincipal in the System.Security.Claims namespace.

459 questions
0
votes
1 answer

ADFS roles from SQL Server

Scenario: In an intranet application, ADFS uses AD for authentication(Account Store) and Sql server for authorization(roles/Attribute Store). The roles are my own application specific. There are other applications that need to use ADFS. If ADFS is…
Blue Clouds
  • 4,483
  • 2
  • 30
  • 53
0
votes
1 answer

How To Disable Per Request (URL Based) Claims Authorization in WCF?

I have a WCF service which uses claims based authorization. What I want to do is to attribute an operation with a ClaimsPrincipalPermissionAttribute and only have the authorization check trigger once in my custom ClaimsAuthorizationManager. However…
Kieran Hayes
  • 203
  • 2
  • 7
0
votes
1 answer

ADFS - Issuance Authorization Ruleset error

In our system, we have users registered from different domain (lets say their mail address are @gmail.com,@outlook.com,@yahoo.com). I have a requirement to restrict the user's access to RP based on the domain he comes from. For this setup, I tried…
Karthik
  • 2,817
  • 3
  • 28
  • 59
0
votes
1 answer

Different user names in different applications

Suppose there is a user named 'User', and he logs into a common login website with this username. He might be 'User1' in one application, and 'User2' in some other application. What do we call this feature? what is the technical term related to it?
0
votes
1 answer

Sharepoint 2010 Authentication Change from Windows Based to Claims Based User Profile Sync

I have a Sharepoint 2010 application with mysites, therefore I use User profile sync service. I changed the authentication method from windows to claims based ( choosing forms), and made necessary updates on web.config and run the commands on…
0
votes
2 answers

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 working perfectly. But scripts are not working.…
0
votes
1 answer

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 application, it doesn't recognize my user as having been…
JGC
  • 79
  • 2
  • 11
0
votes
1 answer

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 when I inspect the ClaimsPrinicipal.Current in ASP.NET…
0
votes
1 answer

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 through the adfs to the third party identity…
zosim
  • 2,809
  • 6
  • 29
  • 34
0
votes
1 answer

ClaimsAuthorize relation between action and resource

with the ClaimsAuthorizeAttribute (.net4.5) I can define required resources and actions like this: [ClaimsAuthorize("View", "Administration")] I can also add multiple attributes for more granular permissions [ClaimsAuthorize("View",…
Boas Enkler
  • 11,465
  • 12
  • 61
  • 128
0
votes
1 answer

Integration Sharepoint 2010, ADFS 2.0 and ThinkTecture IdentityServer

I have the following scenario: Sharepoint 2010 with Claims based authentication web application. ADFS 2.0 which has configured Claims provider trust to the ThinkTecture IdentityServer. ThinkTecture IdentityServer which has configured ADFS 2.0 as…
zosim
  • 2,809
  • 6
  • 29
  • 34
0
votes
3 answers

ClaimsPrincipalPermission - Error Code

I use the ClaimsPrincipalPermission for authorization in my asp 4.5 website. This works fine. But when the user tries to call a page which he is not allowed the error code returned is a 500 and not some like 401. Is this the expected behavior ? I…
Boas Enkler
  • 11,465
  • 12
  • 61
  • 128
0
votes
2 answers

SharePoint Claims trust between HNSC

We have to HNSC https://division1.corp.com https://division2.corp.com on the same SPWebApplication using Claims and Forms Authentication. When logging in to https://division1.corp.com we should have access to https://division2.corp, but we get the…
0
votes
1 answer

Geneva Server STS

My requirement is the claims assigned to a user are company aware so say for example User 1: is publisher for Product Manager for Company 1 but the same user is only editor for Company B. Can this be achieved through Geneva Server, or additional…
chugh97
  • 8,936
  • 24
  • 81
  • 132
0
votes
1 answer

Revoke claims/token from AD, via ADFS to RP

We have a website, which our users access by getting an STS from ADFS. ADFS issues claims by checking the user's groups memberships in Active Directory. The website uses WIF to access claims and handle authentication. Is there a way, when a user's…
MarkH
  • 31
  • 2
1 2 3
30
31