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

Thinktecture Identity Server 3 authorization flow for WebApi-Angularjs Web App

I have a question regarding the best standard architecture of Authorization in web application that is written in Asp.Net Web Api on the backend and and has an angularjs client side. According to what I had seen before, the "Resource Owner…
0
votes
2 answers

Thinktecture Identity Server 3 Asp.Net Identity Sample, constantly getting 401 authorization denied

I am trying to get the Asp.Net Identity Sample of the Identity Server working in my Web Api project, and a beginner I am trying to work on getting tokens and sending request to APIs using the the bearer tokens. So using fiddler, I can send a request…
0
votes
1 answer

Redirect other then Home/Index using OpenIdConnectAuthentication and Identity server after login

I'm trying to Redirect user to Dashboard but it always redirect it to Home/Index that is because I've set RedirectUri to http://localhost:35641/ in Identity Server Options. But that is true in case of application landing page after login it needs to…
Haris
  • 1,179
  • 7
  • 15
  • 32
0
votes
1 answer

Identity Server 3. How can I redirect to a specific uri after call method SignIn?

My code in ASP.NET MVC: var context = Request.GetOwinContext(); context.Authentication.SignOut(); context.Authentication.SignIn(new AuthenticationProperties() { RedirectUri = ConfigurationSettings.AppSettings["SiteUri"] + "Callback" },…
Artem
  • 59
  • 1
  • 10
0
votes
1 answer

Profile data from OpenIdConnect provider - Thinktecture IdentityServer V3

I am using Thinktecture IdentitiyServer V3 as OpenIdConnect provider for authentication. I have a custom user service that authenticate users against Active Directory. I want to send some profile data to the RP. Authentication is happening…
0
votes
1 answer

Thinktecture IdentityManager choosing a db schema

I recently setup a dev site and am using IdentityServer3 with IdentityManager, both from thinktecture, and IdentityManager is designed to create the database for itself, but can be configured to work with an existing db. I was able to get…
Dave
  • 11
  • 3
0
votes
1 answer

How to decide which authentication to use in multitenant environment?

I am designing one Multi tenant based CRM system, Where tenant will be identified by sub domain. But I am a bit confuse about the authentication system, which one to use. STS using some third party tool like thinktecture Or simple membership…
0
votes
1 answer

Just Single Sign on using Identity Server 3?

We are creating 8 native applications(IOS, Android, may be windows). All these native applications have back-end api built using ASP.NET Web Api . Now I am trying to build Single Sign On using IdentityServer3…
0
votes
1 answer

Thinktecture IdentityServer v3, hybrid flow - is it possible to implement single sign-on with valid authentication but wrong authorization

I'm considering using IdentityServer v3 in one of my projects, but I wonder if there is a possiblity to achieve such scenario of single sign-on using hybrid flow: At the begining the user attempts to login and obtain some scope but has no…
Gilmor
  • 439
  • 1
  • 3
  • 11
0
votes
1 answer

Thinktecture Identityserver elevated login for admin page

I'm creating a site where I want to allow a administrator to log in with a Username Password combination, for his normal administrative tasks. But once he need to do some "dangerous" tasks, I want to make him log in using 2FA (only once), and thus…
0
votes
0 answers

Passive redirect to WS-Fedration Site on click of Sign In page in MVC application

I have an application which is using thinktecture to do single sign on. I have configure the passive redirect in web.config file. I want my home page to be loaded first and then on click of login/sign in button need to do passive redirect,…
0
votes
0 answers

Thinktecture IdentityServer v3 OIDC IE Issue

I have setup Thinktecture IdentityServer v3 (great product). The single sign-on is working great for all browsers. The issue I am running into is with the single sign-out. I am using the standard OIDC.js setup from the samples. This works great…
0
votes
1 answer

Thinktecture IdServer V3 and Client Configuration from Database

Hi I am using Thinktecture IdServer V3 and I have a question regarding configuring custom Client Configuration from database. Is this possible similar to a view service or a user service (i.e IViewService Or IUserService)?
Greens
  • 3,061
  • 11
  • 43
  • 61
0
votes
1 answer

How to switch users while developing?

we need the ability to switch users from our client interface while we're in debugging mode. is there an easy way to do this? how do we do this with identity server?
CurlyFro
  • 1,862
  • 4
  • 22
  • 39
0
votes
1 answer

How to setup different roles per application?

we plan on using IdentityServer for our single sign on. we have multiple applications with users having different roles per application. it's not clear to me. how do we set this up?
CurlyFro
  • 1,862
  • 4
  • 22
  • 39