Questions tagged [thinktecture-ident-server]

Thinktecture IdentityServer is an open source security token service based on Microsoft technologies designed around Claims Based Authentication and Windows Identity Foundation.

Thinktecture IdentityServer is an open source security token service based on Microsoft technologies designed around Claims Based Authentication and Windows Identity Foundation.

Version 2: https://github.com/IdentityServer/IdentityServer2/

Version 3: https://github.com/IdentityServer/IdentityServer3/

337 questions
0
votes
1 answer

SAML2 using Thinktecture and WCF

I'm setting up a SAML2 STS using Thinktecture IdentityServer and a WCF Service. The idea is to have Thinktecture supply the Assertions that are then used in the WCF Service. Now, I have it running all fine with SAML 11 Assertions -…
0
votes
1 answer

Thinktecture IdentityServer, remove issued token

I am looking for a way to invalidate or remove the token that has been issued out to the consumer. The scenario is when a user's password is changed, we want to make sure all the issued tokens can't not be used anymore.
Eatdoku
  • 6,569
  • 13
  • 63
  • 98
0
votes
1 answer

Implementing Federated security using Thinktecture IdentityServer v2

Infrastructure layout BLUE lines initiate the request to login. RED lines is the response after successful login. I hit a 404 going from idp(janie-pc/ofsidentityservice) to fp(janie-pc/federationservice). Configuration What do I need to do to get…
0
votes
1 answer

How to redirect to Sign In page after log off while using IdentityServices

I have used Thinktecture identity services to authenticate users on my MVC website. I use following code to allow users to log out. FederationConfiguration cfg = FederatedAuthentication.FederationConfiguration; var fam =…
Nirman
  • 6,715
  • 19
  • 72
  • 139
0
votes
1 answer

Using Thinktecture IdentityServer with Two-level authentication IIS 7/Integrated

Has anyone successfully implemented two-level authentication using thinktecture identity server running under IIS 7.5? The solutions I've tried all seem to be geared toward IIS 6/classic mode, I did find one guy that seemed to have tackled the…
0
votes
1 answer

Thinktecture Identity Server Cors support

I'm currently stuck in a situation where by I have created a ASP Web API project and deployed in separately from my main MVC application, which uses the Thinktecture identity server for federated authentication. The problem that i'm facing has to…
0
votes
1 answer

Set multiple Website App Pools in IIS 7.5 to use different Signing Certificates

I have set up three (Dev, Test and Prod) Thinktecture IdentityServers (IdSrv) in IIS. I am using these as an IdP for ADFS 2.0. I have it working correctly for one IdSrv but I am having difficulties adding the other two. The problem is that ADFS…
0
votes
1 answer

WS-Federation protocol is deprecated

I am working with Identity and Access Control and I want to use Ws-federation protocol to enable browser based SSO (Single Sign On). I want to know whether this protocol is deprecated due to security reasons or not ?
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

Call Thinktecture IdentiyServer from android app

I'm having a problem trying to call the identity server from an Android application. The problem is that I've searched for a way to call IdSrv from anything else other than a C# based app and only found an example of how to call it from JS. So, this…
Cosmin Ionascu
  • 7,018
  • 5
  • 25
  • 42
0
votes
1 answer

Identity Server v2 Multiple Origin Login

I'm running thinktecture IdentityServer v2 with one Relying Party in my development environment (Windows 7 Professional Visual Studio 2012). My relying party (www.myprotectedcustomersite.com) is an ASP.Net Framework 4 web site using WIF…
TrevorBrooks
  • 3,590
  • 3
  • 31
  • 53
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

Should nuget clean up config files after doing transforms

I'm developing a nuget package in order to pull my company's own userValidation and claimsRepository into the Thinktecture Identity Server. I've changed how my config is stored to match how Thinktecture are doing it. (ie - connectionStrings &…
Antony Scott
  • 21,690
  • 12
  • 62
  • 94
0
votes
1 answer

What is the SessionSecurityToken SecurityKeys?

I want to validate a SessionSecurityToken issued by a STS. By validate, I mean certify that the token is not crafted and verity that the token is issued from the STS. Conceptually, I know that if the STS encrypt (or sign) the token with it's private…
Normand Bedard
  • 2,625
  • 2
  • 19
  • 22
0
votes
1 answer

ThinkTecture Identity Server and WebDAV

Following is something that I want to implement: Custom WebDAV Module that handles all the WebDAV requests and serves the user based on our internal logic. OAuth with ThinkTecture Identity Server to access the WebDAV We have configured the…
Mrinal
  • 941
  • 1
  • 7
  • 6
0
votes
1 answer

Issue with Session Expiration : Azure Thinktecture Identity Server Single sign on

Log In site designed using ThinkTecture Identity server API. LogIn site and customer site are hosted as Azure WebRoles. After successful Login, its redirecting to customer site. Here i am getting the Logged in user. var emaild =…
1 2 3
22
23