claims-based-identity

Invoking a WCF service using claims based authentication

I have a WCF service deployed in a server machine. We are using claims based authentication to authenticate the WCF service caller. The WCF service is restricted by using IIS Authorization rules. How do I programmatically invoke the WCF service using .NET? The client app uses a proxy generated using SVCUtil. calling the service reads ...

Download a file from a Claims auth based SharePoint 2010 site programmatically

I have a console application to download a file from a SharePoint site. The sharepoint site uses claims based authentication. This code throws a 403 Forbidden exception. The specified Network credential has full access to the site, and is able to download the same file from a browser. WebClient webClient = new WebClient(); webClient.C...

SharePoint 2010 Claims Provider issue

I downloaded the code - SharePoint 2010 Claims Provider Sample from: http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=odcsp14ta&ReleaseId=4375 All seems to work fine except for when i select a claim from the people picker and click on the Ok button all i hear is an error beep and select users textbox does not...

What token issuer I can use in Windows Azure?

Hello, I am building a multi-tenant application in Azure and planning to use Claims (WIF). I do not have ADFS hosted for issuing tokens to the users of my applications. What options do I have? Is there any commercial offering available? Thanks & Regards, Ajay ...

Can I use SAML in a Flash app

I have a WCF service that uses SAML for authentication/authorization. Now we want to use this WCF service from a Flash application, but is this possible? We already have an Identity provider that can provide a SAML token using a REST endpoint. The question is how we can send the SAML token to the WCF service, and as bonus can we use the ...

How to force ClaimProvider recalculates the claims for current user in sharepoint?

I create a custom claim provider for sharepoint, it works fine but I need to add a claim when user enter a key in specific page, I write it in my user profile database, but my question is how to make ClaimProvider recalculate the claim for current user? One way is make user sign-out so he/she need to sign in again and he/she will gain n...

How to implement claims based authentication in a java app?

Hi all, I'm currently working on a project where I'd like to use Claims based authentication (Using windows identity foundation) in one of my applications. The only snatch is.. the solution I develop also has to enable claims based access to a java based application. And since I'm a .net developer, i have no idea what technologies are...

How to share authentication context between a SharePoint 2010 Site and ASP.NET applications

Is it possible to share the claims based authentication of a logged in Sharepoint 2010 user with a separate Asp.net application? The following article describes how it was done using Sharepoint 2007 and forms authentication through forms auth and sharing machine keys etc however I cannot find any information regarding the external appl...

How can I implement WCF/OData access as a "paid upgrade" to my ASP.NET site if I want to use AJAX with the same?

Suppose I'm entertaining a business model that offers free access to my propritary data if they visit my website. These users will have advertising subsidize the cost. Then, for the paid users I want to offer direct raw WCF access to my data as an incentive. I don't want this available to the freebie users, but at the same time the si...

How do I specify claim type requirements on the service side so they will be obeyed by the client request?

I have: A passive STS "login application" that is also an identity provider. An active STS WCF service that can accept and handle ActAs tokens A web site relying party A WCF service relying party that is called by the web site. All of this is put together using Windows Identity Foundation and custom STS code. Active Directory (ADFS) ...

Applying custom claims in claims based application

I would like to grant document level permission based on custom claims in claims based web site. A user may have hundreds of document or one. Is it a good idea to apply custom claims? What is the avantages or disadvantages? Is there a limit on the number of claims that can be added to the claim set? Thanks in advance for your help. ...

What can I do with a Facebook SessionKey/SessionSecret?

I'm working with the FaceBook integration available with Microsoft's AppFabric preview and get these claims: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier: --SomeNumberHere-- http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration: 2010-09-17T05:00:00Z http://schemas.xmlsoap.org/ws/2005/05/identity/cla...

Windows Identity Foundation Security Token Service setting cookie timeouts

I want to configure the timeout duration that is applied to the cookies that are created on relying party after a user logs in through the passive Security Token Service (STS). I believe I read somewhere this is defaulted to 14 minutes however I can't find where I read this any longer. I would like to up this to a more reasonable 35 mi...