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
57
votes
4 answers

IdentityServer Flows

IdentityServer supports different OpenId Connect flows that are defined in the Flows enum and set for clients. There's also samples for each type of flow and many references to them in the docs but I could not find a simple definition list of what…
36
votes
3 answers

Identity Server 4: adding claims to access token

I am using Identity Server 4 and Implicit Flow and want to add some claims to the access token, the new claims or attributes are "tenantId" and "langId". I have added langId as one of my scopes as below and then requesting that through identity…
32
votes
5 answers

Add a claim to JWT as an array?

Using thinktecture JWT authentication resource owner flow, I use the claims part of JWT for client consumption. My question is that if it's possible to add a claim in identity server and decode it as an array in client. There is no ClaimTypeValues…
sercan
  • 465
  • 1
  • 7
  • 13
30
votes
4 answers

Oauth2 Implicit Flow with single-page-app refreshing access tokens

I am using Thinktecture AuthorizationServer (AS) and it is working great. I would like to write a native javascript single page app which can call a WebAPI directly, however implicit flow does not provide a refresh token. If an AJAX call is made, if…
morleyc
  • 2,169
  • 10
  • 48
  • 108
25
votes
0 answers

Configuring WIF/WCF using Identity and Access Tool to a Thinktecture.IdentityServer

note: A github repo has been constructed to demonstrate the issue causing these questions. In creating a WIF secured WCF service, the MSDN documentation recommends using the Identity and Access Tool for visual studio. Upon running the tool on the…
psaxton
  • 1,693
  • 19
  • 24
21
votes
3 answers

Does OpenID Connect support the Resource Owner Password Credentials grant?

I have been using OAuth resource owner credential flow previously for authorization. However I would now like to consider using openid connect in pace of this, for authentication and authorization, and was wondering if the resource owner credential…
Kramer00
  • 1,167
  • 3
  • 12
  • 34
20
votes
2 answers

Guidance on Thinktecture IdentityServer v3 - certificates

I am working up a demo of Thinktecture IdentityServer v3. The intention is to have the identity server run as it's own website under Azure Websites. There will be other (more than one) Azure Websites that will use the identity server to…
Brendan Green
  • 11,676
  • 5
  • 44
  • 76
19
votes
1 answer

IdentityServer3 bypassing the consents screen

I'd like to bypass the consents screen when a user logs in using IdentityServer3, granting all consents by default. Is there an way to configure this? This is the screen I wish to bypass:
Gavin
  • 5,629
  • 7
  • 44
  • 86
16
votes
3 answers

Skip IdentityServer3 login screen

We have configured Client App to use IdentityServer3 authentication via OpenID Connect protocol (it's ASP.NET MVC App that uses OWIN middleware to support OIDC). The IdentityServer3 itself is configured to use both local login and external login…
14
votes
1 answer

Implement identity server authentication in real world scenario

I am investigating how IdentityServer 3 works and I still have problem to fully understand. In general concept is clear to me but still I am not sure how to implement this on real project. This is basic example that I am trying to implement in my…
14
votes
3 answers

Thinktecture Identity server vs Authorization server

I am researching on this topic last weeks and unfortunately I can't figure out. I understand the difference between authentication and authorization. I will appreciate any guidance on the topic. What I need as general is to implement single sign on…
Nikola Yankov
  • 1,264
  • 1
  • 15
  • 28
12
votes
4 answers

Thinktecture IdentityServer v3 and SAML

Does Thinktecture IdentityServer V3 has support for SAML or does it only support OAuth?
Greens
  • 3,061
  • 11
  • 43
  • 61
12
votes
2 answers

Are there any well known thinktecture's identity server alternatives?

anyone knows any other identity servers besides thinktecture's identity server? I need to evaluate a few but I can't find anymore?
enamrik
  • 2,292
  • 2
  • 27
  • 42
10
votes
4 answers

How do I enable logging in Thinktecture IdentityServer v3?

How do I enable logging in Thinktecture IdentityServer v3? I'm currently getting a generic error page, saying "There was an unexpected error". I was able to figure out that the generic error gets returned by the ErrorPageFilterAttribute that appears…
Biscuits
  • 1,767
  • 1
  • 14
  • 22
9
votes
1 answer

WIF (using Thinktecture Identity Server) and Duplex WCF Channels

I am currently using Thinktecture Identity Server Version 2.4 and Windows Identity Foundation to secure communications between .net application and server using issued tokens. I have this working over a standard WCF NET TCP channel by exposing a…
1
2 3
22 23