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

ThinkTecture IdentityServer and identity federation

I'am trying to enter in the huge world of the SSO and making things to be clearer. Here is my use case : I have a web app (the RP in the SSO jargon) which uses a REST API. We have customers that would like to use a SSO way to connect to our web…
Fred Mériot
  • 4,157
  • 9
  • 33
  • 50
1
vote
1 answer

Identityserver v3 post logout feature throws an exception 'Illegal base64url string!'

I am trying to use identityserver v3 post logout feature. The login is ok and when I want to logout, I call the 'end_session_endpoint' endpoint that can be found in the discovery document requested from (/.well-known/openid-configuration) I pass it…
1
vote
2 answers

Thinktecture Identity Server claims

I'm using Thinktecture Identity Server V3 for authentication and having a problem getting the information from HttpContext.Current.User. I'm using an API to handle calls but when I call HttpContext.Current.User the ID is not avilable only the claims…
1
vote
1 answer

Oauth with Custom Role Provider in asp.net mvc 5

I am using Thinktecture Identity Server V3 (Oauth) for authentication with custom user store and I want to use role based authorization. I am trying to use custom role provider to check for the roles. username attribute is null for IsInRole method.…
1
vote
1 answer

OpenID Connect - Using IdentityServer for SSO between WinForms and Web Application

I have Thinktecture IdentityServer set up and I have two trusted client applications, a WinForms app and a Web application and I want to implement SSO between them both. The user will first open the desktop application which has a login page that…
Matt B
  • 8,315
  • 2
  • 44
  • 65
1
vote
1 answer

Identity Server v3 as Federation Gateway only

Have configured SSO via SAML and WS-Federation in Production using ADFS. New customer is asking to integrate SSO via OpenID Connect (oidc) with Google+. Identity Server v3 (IdSrv3) supports oidc, so I put together a prototype and I am able to…
santiagovm
  • 83
  • 7
1
vote
0 answers

Get a signed access token from thinktecture Identity server

I am using Thinktecture Identityserver as a token issuer. I have it setup with a cert and am able to have it issue access tokens. The issue is that the tokens are not signed. Is there something in the ID server config that I need to setup? Thanks.
Aaron L.
  • 225
  • 1
  • 12
1
vote
1 answer

Basic IdentityServer configuration issue

I am trying to get the IdentityServer v3 AspNetIdentity example running. I downloaded it and changed the connection strings in the Host project's App.config to use my local SQL server. I didn't change anything else. When I run the project I get…
ChrisV
  • 1,309
  • 9
  • 15
1
vote
1 answer

Thinktecture single sign out

I am working on a AngularJS web app and I am trying to implement single sign on. I had a nice implementation using Identity server and authorization server with implicit flow and oAuth tokens, however I need a mechanism to sign the user out of all…
Rajdeep Dosanjh
  • 1,157
  • 1
  • 9
  • 20
1
vote
1 answer

Thinktecture IdentityServer getting started walkthrough error

I am following the Thinktecture IdentityServer walkthrough but I got an error. Link to the tutorial I installed both packages with these commands: install-package Microsoft.Owin.Host.Systemweb install-package Thinktecture.IdentityServer.v3…
Robin
  • 2,704
  • 7
  • 30
  • 47
1
vote
1 answer

Validate Thinktecture OAuth Token in web api

I'm attempting to use Thinktecture identity server to secure a web api with an angularjs front end. I'm able to get an OAuth token from Identity Server via the api controller with the following code: [HttpPost] public async Task
1
vote
1 answer

Best practices for using large list of claims in Web API/OWIN

I'm trying to implement a claims-based authorization setup using Web API/OWIN/OAuth and I'm trying to find out the best way to manage a more fine-grained type of authorization. I don't like the idea of using just roles, as there needs to be lots of…
1
vote
0 answers

Azure mobile services + thinktecture identityserver v3

I'm trying to figure out how to integrate the identity server with azure mobile services for use from mobile clients. I already have the id server up and working barebones with a test aspnet mvc website using it via the openidconnect middleware. I…
1
vote
1 answer

JWT configuration with WS-Federation

I have a problem using JWT tokens as validation. The problem is that the flow calls the function JwtSecurityTokenHandler.ReadOnlyCollection ValidateToken(SecurityToken token). Which is obsolete and it tells me to use the function…
Bosken85
  • 617
  • 6
  • 8
1
vote
1 answer

ASP.NET MVC ViewService for Identity Server v3 from Thinktecture

Currently looking into Identity Server's implementation from Thinktecture and was curious does somebody tried to write his own ViewService instead of default EmbeddedAssetsViewService? I would prefer to have something MVC based that would allow to…
Mr. Pumpkin
  • 6,212
  • 6
  • 44
  • 60