The claims tag has no wiki summary.
-1
votes
1answer
27 views
WIF - Claims for each entity [closed]
In my application, there is hierarchical data (like tree) and a user can have access on any node of the tree irrespective of the parent. How can WIF help here along with attributes?
2
votes
1answer
74 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
0answers
24 views
Sharepoint 2010 : Windows Live ACS: Redirected to Sign-In page
Enviroment : SharePoint 2010
Authentication : Claims Based (Windows Live via ACS) and Windows Claims.
Authorization : User added to the Contribute group on the Site using the PUID.
Issue : Whenever ...
0
votes
2answers
36 views
Is there any way I can mock a Claims Principal in my ASP.NET MVC web application?
I've got some ASP.NET MVC controller code that checks if a user is authenticated and if so, it checks to see if it has a specific claim. Works fine.
I've got some unit tests and I need to mock out an ...
0
votes
2answers
21 views
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 ...
0
votes
0answers
39 views
ADFS ActAs for Helpdesk
We have an application using ADFS 2.0 Server with a WebFrontend and a BackendService. The backendservice is called using identity delegation (CreateChannelActingAs).
Everything is working perfectly.
...
0
votes
2answers
109 views
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 ...
1
vote
1answer
62 views
How does one invoke the same claim rules from ADFS on all registered relying parties?
My company is getting into ADFS and WIF to set up an internal portal with SSO capabilities. We currently have custom rules that build additional claims from a SQL attribute store based on the user's ...
1
vote
2answers
336 views
Using ClaimsAuthenticationManager in a console application
I was playing around with new stuff in 4.5 and wrote a simple console application that is supposed to check a few things in new claims based security model. I've created custom implementations of ...
0
votes
1answer
47 views
What sort of algorithms are involved when an application deciphers the token by the issuer in SSO?
In case of claim based authentication which uses SSO, an application receives a token from the issuer for a particular user and that token contains the claims as well as some sort of digital signature ...
3
votes
0answers
93 views
WSO2 Identity Server - LDAP working in read-only mode but is set to false
<Property name="ReadOnly">false</Property> - this is set in usr-mgt.xml in my identity server.
When I try to invoke the method for setting user claim value - ...
0
votes
0answers
37 views
Q: WS-Federation login without IdP login flow
I want to allow a "logged in user" (from a non-claims aware application) to access a WS-Fed RP without having to login to the IdP. Looking to achieve the same as minting a SAMLP AuthN response ...
0
votes
1answer
113 views
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 ...
0
votes
1answer
142 views
WIF 4.5 Claim Value - Object reference not set to an instance of an object
I'm using the new WIF 4.5 SDK, but i have the same annoying exception that with LINQ is resolved with .FirstorDefault()
var claimEmail = ClaimsPrincipal.Current.FindFirst(ClaimTypes.Email).Value;
...
2
votes
1answer
126 views
Get user claim value programmatically
I'm trying to programmatically get for a specific user a wso2 identity server claim value. I managed to programmatically add claim, however, when I try to access it every time I get an exception
...