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 Implicit Flow with External Identity Providers (facebook, google, adfs etc...)

I can't seem to figure this out. Is there any possible way to choose an identity provider to login when using the implicit flow of the oauth2 method used here? I can't seem to have anything besides the web identities…
Max Alexander
  • 5,471
  • 6
  • 38
  • 52
0
votes
1 answer

Integration Sharepoint 2010, ADFS 2.0 and ThinkTecture IdentityServer

I have the following scenario: Sharepoint 2010 with Claims based authentication web application. ADFS 2.0 which has configured Claims provider trust to the ThinkTecture IdentityServer. ThinkTecture IdentityServer which has configured ADFS 2.0 as…
zosim
  • 2,959
  • 6
  • 31
  • 34
0
votes
1 answer

Images and Script not working on deployment environment

Everything works fine on my development environment, but when from production environment it doesn't load images, and also giving error of "$" is undefined on $.document jquery function. The site is built using ASP.NET MVC.. there is "Images" folder…
Nirman
  • 6,715
  • 19
  • 72
  • 139
-1
votes
1 answer

SSO between ASP.Net MVC and Flex applications

I have two applications. One is written in ASP.NET MVC and the other in Flex. We wanted to have a SSO between these two applications. Both of these applications share common user Database. From .NET-side I can use thinktecture but I'm not sure if…
-1
votes
1 answer

Thinktecture Identity server v3 with ASP.NET Identity architecture

I am new to Thinktecture Identity Server, but i've read up on it's capability to serve as an OAuth provider with Aspnet.Identity as the user store. I have a current azure website running and i want to implement an Azure Mobile Service (AMS). After…
Lee Gary
  • 2,357
  • 2
  • 22
  • 38
-1
votes
1 answer

relying parties that are different domains

In our topography we have foo.com, myfoo.com, outletfoo.com and auth.idsrv.com. For dev purposes, these are separate websites that live under 1 iis instance. foo.com, myfoo.com and outletfoo.com are relying parties of auth.idsrv.com. If user…
-2
votes
2 answers

OpenID & OAuth : Best Authorization Grant Type approach to get Access & Identity tokens with Customized Login screen

Currently we are using Authorization Code Grant to achieve both Authentication and Authorization token using Thinktecture Identity Server. Now the login screen is part of the identity Server. But we need to have our own login screen in our client…
1 2 3
22
23