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

How to update claims or logout a user immediately when changes made on IdentityServer?

The problem I've experienced with claims based solutions in web apps so far is that if, on the SSO server, I revoke claims or delete the user account, the user's token is still in their cookies and is therefor still valid until the token expires,…
Pugz
  • 939
  • 3
  • 11
  • 25
0
votes
0 answers

Tokens too big (slow network clients) - how to do lots of roles / claims?

The internet connection my clients use is extremely slow... smaller than dial up speed sometimes. Thus, if in my application I need a very large number of roles / claims, the cookie must be transmitted every time - and this would take longer than…
Pugz
  • 939
  • 3
  • 11
  • 25
0
votes
1 answer

Identityserver3 - authentication with different accounts

I have identity server and 2 asp mvc applications. I'm using openId Hybrid flow to authenticate. Each application has it's own client id. Both applications are not connected and both are using different user account to log in. Is it possible to sign…
0
votes
1 answer

Thinktecture Identity Server password reset redirect

In my environment I have presently two applications, lets call them portal and sso. Portal is where I manage user accounts and allow people to register. SSO is my implementation of IdentityServer. I want to require users to reset their password…
cgipson
  • 378
  • 1
  • 16
0
votes
2 answers

IdentityManager does not get all claims

I have an IdentityServer set up with only one hybrid-flow client that sets "all_claims" for AllowedScopes. On another computer I have an MVC app that connects to IdSvr to log-in the user. It also sets a /admin binding for IdMgr. I can log-in to the…
0
votes
1 answer

Single page redirect issue for public url using thinktecture

I am creating a single page application with angularJs, aspnet and thinktecture. I have created a login screen in thinktecture (as localhost:44304) for customer login and after successful login, it redirects to customer portal like…
Ghost Answer
  • 1,458
  • 1
  • 17
  • 41
0
votes
3 answers

How do you use Thinktecture IdentityServer 3 with Certificate setup

I want to use Thinktecture IdentityServer 3 to provide STS to ASP.NET site but I don't know how to setup the certificates. How do I use SelfHost (InMem with WS-Fed) Thinktecture Identity Server 3 as STS for a local IIS site? The problem I have is as…
0
votes
1 answer

ThinkTecture IdentityServer flow with SAML?

My understanding is I would have: My MVC application IdentityServer, running as a separate web application, possibly on the same IIS server If I used a package support SAML such as Kentor to add SAML support to IdentityServer, what would the SAML…
AaronLS
  • 37,329
  • 20
  • 143
  • 202
0
votes
0 answers

IdentityServer3 - is it possible to specify custom parameter for identity token?

Is it possible to specify another GET/POST parameter name instead of id_token (like blabla_token) when returning an identity token back to Web Application, and make this parameter name customizable inside C# code of custom services registered in…
DotNet Fan
  • 383
  • 2
  • 4
  • 15
0
votes
1 answer

thinktecture - retrieve users in production

In all the examples that I saw regarding thinktecture I saw that they are using InMemoryUserobject to represent the users. is this also suitable for production code? how should I do it?
0
votes
0 answers

Force OWIN Google Auth middleware to use SSL redirect URL

I'm using the UseGoogleAuthentication OWIN middleware to integrate google auth with Thinktecture IdentityServer but the redirect URI that's getting passed to google is not using HTTPS. I think it's because the SSL is being termiated at my load…
BenCr
  • 5,991
  • 5
  • 44
  • 68
0
votes
2 answers

How to Be an Identity Provider for all the things?

So we have an .NEt Owin / Katana Oauth Webapi2 Bearer server which sits on top of a SQL Server Database using .Net Identity and Entity Framework . Users can use Oauth to login from 3rd party apps and such, most of which are other .net MVC apps. Life…
0
votes
0 answers

ThinkTecture IdentityServer V3 access options at runtime

is it possible to access the thinktecture options at runtime in a controller? or to be more specific: can i change/swap the signing certificate at runtime? Thank you in advance
Megamind
  • 251
  • 2
  • 16
0
votes
0 answers

Thinktecture Identitiy Server and AngularJS SPA

Is there any js library that I can hook up into my AngularJS SPA that authenticates with Thinktecture Identity Server? AzureAD has adal.js to make it work with AzureAD, is there any I can use with Thinktecture ?
0
votes
1 answer

Update claims after login with identityserver3 2.1.1

We need to update users claims after they log in to our website. This is caused by changes in the users licenses done by another part of our system. However I am not able to comprehend how to update the claims without logout/login. Rigth now this is…
Bjarke
  • 1,283
  • 11
  • 36