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

What to do with access token once I have it in thinktecture identity server

I have followed a series of tutorials online and finally figured out how to use identity server with OAuth2. I am at the stage where I have an access token which has several properties but nothing which allows me to identify who the user is and…
Babak
  • 279
  • 1
  • 7
  • 16
0
votes
1 answer

Thinktecture Identity Server HRD for two Client APP and different Return URL

I have followed this article Using IdSrv2 as IP-STS with membership store and can work fine on my first client App with returnurl: abc.com/a.aspx in one of the Relying Parties & Resources. For my scenario I just want to create a Identity Provider I…
Aggis Wu
  • 99
  • 1
  • 10
0
votes
1 answer

Identity Management and SSO for ASP.NET MVC

I am currently evaluating possible Identity Management (IdM) solutions that enable single user identity store and SSO across applications. I am leaning heavily toward Thinktecture IdentityServer v2, but I am not able to validate that all of the…
0
votes
1 answer

Thinktecture Identity Server HRD

I would like to use Thinktecture identity server V2 "WS-Federation HRD" to let users can login with Facebook account or the identity server I created by Thinktecture identity server. the following is my use case. I also refer the…
Aggis Wu
  • 99
  • 1
  • 10
0
votes
1 answer

Authentication issue when integrating an ASP Web API app to ThinkTecture server 2.0

I am working on an ASP Web API. I am integrating it to ThinkTecture Server v2.0 (which I have configured locally). For a moment I thought I had it well configured, because I added the [Authorize] attribute to the home controller and my API…
0
votes
2 answers

App.Config for Federated Security with client certificate in Thinktecture IdentityServer

Currently I can establish a WCF channel with an IssuedToken by first establishing the security token from the STS with a certificate credential via the WS-Trust endpoint and then calling CreateChannelWithIssuedToken() on the channel factory. See…
Clint
  • 1,159
  • 1
  • 10
  • 19
0
votes
1 answer

Passing JWT tokens by Ajax/Javascript

I'm wondering is it "legitimate" to provide the JWT token I received back from Identity Server to the page so that Javascript can make ajax calls with it as a bearer token to several API endpoints. Clearly these end points would be using SSL, but is…
Paul Devenney
  • 889
  • 6
  • 18
0
votes
2 answers

Why does `IdSrv` throw `EncryptedTokenDecryptionFailedException` exception on WS Federation response POST to issue/hrd?

I'm trying to setup federated authentication using Thinktecture.IdentityServer V. 2. I have a web site set up as a relying party, and the site is set up to defer authentication to /issue/hrd at the identity server. This seems to work as…
Christian Horsdal
  • 4,914
  • 23
  • 24
0
votes
2 answers

Thinktecture Identity Server - setup external identity providers

I'm following Brock's tutorial on OAuth2 identity providers: OAuth2 in Thinktecture IdentityServer : OAuth2 identity providers and I'm having problems trying to setup each provider details. I'm trying to use google and facebook. Google: What I've…
0
votes
1 answer

How to implement Federated Authentication for server processes communicating with each other

I'm currently using Thinktecture's Identity Server as a security token service to handle the issuing of tokens based on username and password claims. This fits perfectly for a scenario where the authenticating client is an actual user…
0
votes
1 answer

what is the real time usage of WS-TRUST and WS-FED

i read about 2 WS* protocols , WS-TRUST and WS-FED. but i am confused about real time scenario how to use these protocols . can anyone let me know in which scenarios i can use WS-TRUST and WS-FED ? it would be very helpful if someone can tell…
0
votes
1 answer

Simultaneous wsfed and hrd authentication in an application - Thinktecture Identity Server

I need to support both authentication methods in an application - WS Federation (wsfed) and Home realm discovery (hrd). I am having installed and customized Thinktecture identity server, but I am stack with achieving the above scenario. I am not…
0
votes
1 answer

How to bootstrap securitytoken for WCF channel created with a Unity InjectionFactory

I've had quite the challenge in handling the following scenario. I want to use the Unity DI Framework to create a new channel for my service when needed. The service is secured with Federated security. The service is not called from within a…
0
votes
2 answers

What functionality does ADFS provide that is not in ThinkTecture IdentityServer 2?

I'm trying to figure out the right architecture from a mix of current .NET authentication/authorization offerings. One question that I haven't been able to find much online information on: What are the benefits of having ThinkTecture IdentityServer…
0
votes
1 answer

How to oconsume JWT's from identityServer in ASP.NET REST API

I have spent days trying to get up to speed on this but everything has changed since I last touched a web project and I'm utterly overwhelmed right now, and getting nowhere. I'm trying to put together the pieces for an implicit grant flow - just a…
tntwyckoff
  • 539
  • 5
  • 17