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 ...
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...
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...
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
...
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 ...
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...
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...
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...
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...
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) ...
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.
...
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...
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...