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
1
vote
0 answers

Scenario for STS with symmetric signing key for a Relying party

Please help me to understand the following scenario: The web application is requesting a Token from STS. The STS is Thinktecture Identity server v2. STS is configured with following: General Configuration Only One Relying party Both webapplication…
1
vote
1 answer

Thinktecture Authorization Server TokenRequestValidator returns 'Anonymous Client'

I have an interesting problem. We have set up the Thinktecture Authorization Server from the trusty Identity Server 2 and gotten it to work a few months back. It is configured as a relying party for an already existing corporate identity server,…
1
vote
1 answer

Thinktecture IdentityServer 3 - ASP.NET Identity sample not working

I'm running the IdentityServer AspNetIdentity sample from https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/AspNetIdentity. By itself, with the database in app.config set to (LocalDb), it works. I've also done File/New…
Scott
  • 1,077
  • 2
  • 11
  • 23
1
vote
0 answers

.NET - Single Resource Server accepting bearer tokens from multiple Authorization Server

Scenario: We are exposing web API to pre-registered applications. This API is publicly exposed, but should be available only for registered applications (clients). For this we have chosen OAuth2 Authorization, and the resource server accepts bearer…
1
vote
1 answer

Refreshing token with Hybrid Flow

I'm sure I'm missing something. I have an MVC app & an SSO site that uses Thinktecture Identity Server. The MVC app use hybrid flow to authenticate users on the SSO site. The MVC site uses the Microsoft OpenIdConnect OWIN client to talk to SSO. My…
Simon Halsey
  • 5,459
  • 1
  • 21
  • 32
1
vote
0 answers

Is it possible to enable or disable single sign-on for some application in thinktecture identity server v3?

I am using Thinktecture identity server v3 for single sign-on. If I logged-in in one application, then it never asks the credentials to login from second app onwards. It works great. I need the option to enable or disable the single sign-on feature…
Vamsy
  • 144
  • 4
  • 16
1
vote
1 answer

Server sessions (IsReference mode) for Thinktecture Id.Srv. 3

With ref. to brockallen.com/2013/02/21/server-side-session-token-caching-in-wif-and-thinktecture-identitymodel I want to use server side sessions with Id.Srv. 3 and have created an implementation of ITokenCacheRepository using a Redis Cache as the…
1
vote
3 answers

Thinktecture IdentityServer v3 LogOut for Implicit flow

How do I get the id_token for the implicit token to pass in the id_token hint for logout for implicit flow or is there another way? I have the end point /connect/endsession? id_token_hint= Not sure how I get the id_token from the implict flow…
Greens
  • 3,061
  • 11
  • 43
  • 61
1
vote
1 answer

Cross-Origin Request Blocked: CORS header 'Access-Control-Allow-Origin' missing

Using Identity Server 3 I'm trying to configure CORS as per the documentation. When I perform a GET request, I can see response captured in Fiddler is correct and lacking the Access-Control-Allow-Origin header. Here is the code used to set up the…
1
vote
1 answer

Extending CommonViewModel to include additional properties

I have a very simple problem: Depending on what environment I deploy Identity Server 3, I want to have the logon page to display a different image. The image source location is defined in the web.config and transformed depending on build…
1
vote
1 answer

IdentityServer3 get user token by username and password post REQUEST

I found this tutorials for authenticate and get token from identity server by username and…
senzacionale
  • 20,448
  • 67
  • 204
  • 316
1
vote
1 answer

Tokens Getting too Large for Implicit Flow - Thinktecture IdentityServer3

I have been working on IdentityServer3 and I observed that my Access Token (and Identity token) is getting too large (up to 3000+ chars) in case of Implicit flow, while same server is returning access token of about 20-30 chars against Resource…
1
vote
1 answer

Custom UserService fails when behind loadbalancer

We've got a Identityserver v3, with a custom UserService with 2-factor auth behind a load balancer. It works on my machine :-) but partialSigninAuthentication fails when deployed to a loadbalanced environment (I'm not sure if it's related to…
Larsi
  • 4,654
  • 7
  • 46
  • 75
1
vote
1 answer

How can I configure claim authentication in a separate asp.net mvc authentication website with Thinktecture 2 with friendly user login page?

Can anybody tell me what is going wrong with this approach for single sing on? I have a website A with the authentication logic inside. The user can select the role to access the portal that he wants to go. The problem is how can I configure…
1
vote
1 answer

Using OpenID Connect with IdentityServer 2

I want to use OpenID Connect for authenticating users for one of my projects. Through my research i have found that IdentityServer 3 supports OpenID Connect. But what i want to know is can i use OpenID Connect with IdentityServer 2 for my…
Kasun Kodagoda
  • 3,956
  • 5
  • 31
  • 54