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

How do I get two websites authenticating against Thinktecture's Identity Server?

After viewing the PluralSite videos on Identity and Access Control, and basically getting everything set up that I need to (I have a running local instance of Thinktecture Identity Server on my machine, as well as the Identity and Access vs2012…
Michael McCarthy
  • 1,502
  • 3
  • 18
  • 45
2
votes
1 answer

What's best practices to use ThinkTecture IdentityServer from a dekstop app like WPF?

Does anyone know of a sample Application demonstrating best practices to use ThinkTecture IdentityServer v2 from a desktop Application like WPF? Is using a HttpClient to Call the AccountController's Signin operation the preferred way? I'm trying to…
1
vote
1 answer

Identity server 3 client with mvc and api not refreshing access token

I have a working identity provider. The client I have designed to authenticate against it is a single project combining MVC and web API. The initial authentication is done me the MVC. If the access token becomes invalid it refreshes as…
1
vote
2 answers

Identity Server: Getting Token using APIs and avoiding Identity Login

I am using Identity Server 4 and trying to connect users logging from angular app (using Implicit Flow) to allow them to access other apis. I am trying to avoid getting users landed in ID Sever login page. I need to place the login form in the…
1
vote
1 answer

Identity Server: Send a reset password link with an access token

I am using Identity Server 4 to implement authentication and authorization in order for users get access to my APIs. It uses OIDC with Implicit Flow to authenticate an angular2 client application: ClientName = "angular2client", …
1
vote
1 answer

Identity Server: Token Type jwt vs reference using Implicit Flow Authentication with OIDC

I am following the example provided by damienbod Ang2 Id Serv 4 OIDC, where I have the following : an identity Server (modified implementation), Resource API and ng-2 application. After getting authenticated from the identity server and trying to…
1
vote
1 answer

Thinktecture Identity Server: Securing Web APIs (Authorization Best Approach)

When protecting APIs using bearer token authorization:Is there a need to validate that the token was issued from my identity server or its already happening in the background and how do I do that? What role do scopes play when it comes to bearer…
1
vote
1 answer

Thinktecture IdentityServer3 and Azure Active Directory B2C

Has anyone used Azure Active Directory B2C as an external identity provider with Thinktecture Identity Server 3? If you did, how did you set it up? I can setup relying parties and other external providers such as Google and Facebook with no…
cgipson
  • 378
  • 1
  • 16
1
vote
2 answers

Secure IdentityManager with IdentityServer3

In my setup I have IdentityManager on the same host of IdentityServer. All the required configuration is on database. To create my setup I have taken in consideration this question on stackoverflow.com and then followed all the regarding discussion…
1
vote
1 answer

Thinktecture identity server client selection and implementation

I am trying to get my head out of the clouds with identity server. I would like to implement the identity server project to let authenticate An ASP.NET MVC 5 application An ASP.NET Web API A windows service implementation Int this blog post I have…
1
vote
1 answer

Migrating existing users to Thinktecture IdentityServer

I have an ASP.NET application with Forms Authentication. There is a users table in the DB with Id, UserName, PasswordHash and PasswordSalt. Is it possible to migrate these users over to a fresh Thinktecture IdentityServer installation while keeping…
Adam Szabo
  • 11,302
  • 18
  • 64
  • 100
1
vote
1 answer

Error when get token "The remote certificate is invalid according to the validation procedure"

There are many similar topics with same issue, but nothing relevant to my issue on Identity server. Probably am still failing to understand this. I am trying to implement identity server authentication by recreating this sample Sample GetToken()…
Raskolnikov
  • 3,791
  • 9
  • 43
  • 88
1
vote
0 answers

Identity Manager throws 401 unauthorized

I am using following configuration for my Identity Manager, everytime I pass my access token - it throws 401 (Unauthorized) app.Map("/admin", adminApp => { var factory = new IdentityManagerServiceFactory(); …
1
vote
1 answer

IdentityServer3 MVC sample loops

I am going through the sample at https://identityserver.github.io/Documentation/docs/overview/mvcGettingStarted.html. This is in VS2013. I am using Google Chrome as the browser. I have managed to get to "Adding a protected resource and showing…
Skip Saillors
  • 744
  • 13
  • 27
1
vote
1 answer

Any difference between IdentityServer3 and Thinktecutre.IdentityServer3?

When searching for IdentityServer on Nuget, I can see two recently published pacakages: (1) Thinktecture.IdentityServer3 V1.6.3 (last published: 28/9/2015) (2) IdentityServer3 V2.0.1 (last published: 6/9/2015) What is the difference between the…
Dharmesh
  • 560
  • 1
  • 6
  • 16