Questions tagged [thinktecture-ident-model]

Thinktecture IdentityModel is a versatile helper library to make working with Claims Based Authentication and Windows Identity Foundation easier.

Thinktecture IdentityModel is a versatile helper library to make working with Claims Based Authentication and Windows Identity Foundation easier.

The library is written by Dominick Baier, a security expert involved with the creation of WIF and co-author of Claims Based Identity & Access Control Guide. Source code for the project can be found on Git Hub. Many blog posts on the code can be found on Dominic's blog - leastprivilege.com.

Note - the tag name uses "ident" to fit within 25 character maximum

97 questions
0
votes
1 answer

Thinktecture IdentityModel getting session token

The way to get a session token using the Thinktecture IdentityModel is http://www.website.com/api/token. But I am getting and error "Response status code does not indicate success: 404 (Not Found)." when using the browser as well as the following…
sunil
  • 5,078
  • 6
  • 28
  • 33
0
votes
1 answer

Thinktecture Implicit Flow: Signout/Logout a user

I followed this example to get the implicit flow working. http://weblogs.thinktecture.com/cweyer/2012/11/oauth2-in-thinktecture-identityserver-v2-implicit-grant-flow-with-javascript.html My question is, how would I signout a user? I'm hoping…
Nestor
  • 165
  • 2
  • 17
0
votes
1 answer

Can't authenticate with token

I've a ASP.NET MVC website which uses an ASP.NET WebAPI to authenticate. I've using ThinkTecture IdentityModel for basic authentication and session token, which works fine locally and in Azure Websites. However, I had to migrate to Azure Cloud…
0
votes
0 answers

ThinkTecture Identity Model Get User based on Token

I am using the sweet Indentity Model library from Thinktecture. I looked high and low and am probably about to ask a dumb question. Basically, we have a Web Forms application which I am adding ASP.net Web api capabilities to it. I installed the…
SpartanSoft
  • 523
  • 1
  • 4
  • 12
0
votes
1 answer

Accessing Rest API with a Simple Web Token

I have written REST api using Asp.Net Web.Api. It is secured using ThinkTecture's Identity Server. I have written a simple console client that allows the user to enter a username and password. The client then authenticates to the Identity Server…
matt
  • 247
  • 3
  • 13
0
votes
1 answer

How to accept SAML2 tokens via tt.idm based on application configuration

Okay, so, I'm using Thinktecture IdentityModel 4.0 (tt.idm) to accept incoming SAML2 security tokens via my WebAPIs and translate them into ClaimsPrincipals. And I have a project that works the way I expect, based on the samples that come with…
William Scalf
  • 422
  • 2
  • 13
0
votes
3 answers

Asp.net Webapi CORS with Thinktecture.IdentityModel

I am looking into resolviong Asp.net Webapi CORS issue with Thinktecture.Identitymodel as described in this URL http://brockallen.com/2012/06/28/cors-support-in-webapi-mvc-and-iis-with-thinktecture-identitymodel/ I am using VS2012 with .Net 4.5 I…
Tabish Sarwar
  • 1,505
  • 1
  • 11
  • 18
1 2 3 4 5 6
7