Questions tagged [thinktecture]
76 questions
0
votes
1 answer
How to exchange an refresh token for an access token .
I am trying to exchange an Access token for an refresh token .
I am sending client ID , secrete , grant type , scope in headers , URL query parameter and posting as Json over body , but I am receiving invalid client as response .
Can you please…

Naveen Rayappa
- 119
- 3
- 17
0
votes
1 answer
Adding Application Specific claim after Web API Authentication (Identity Server)
I am adding application specific claims in my Web Application OnValidateIdentity to Identity Sever's access token claims. I am grabbing the application specific claims for the logged in user querying the Database for every API call. Should I make…

Sabby62
- 1,707
- 3
- 24
- 37
0
votes
1 answer
ADFS + IdentityServer3 + Mobile + MVC
I am building a prototype with the following context.
Two client applications (MVC & Mobile)
IdentityServer3 as a relying party
ADFS 3.0 as a identity provider
IdentityServer3.WsFederation plugin to provide SAML support
The MVC side is complete,…

user1424660
- 56
- 8
0
votes
1 answer
ASP.Net MVC 5 How to encrypt JWT Tokens
I have gone throw few posts about using JWT in ASP.Net MVC, which guides how to issue and consume Signed JSON Web Tokens.
Can anyone please guide how to issue and consume encrypted JWT following the JSON Web Encryption (JWE) specifications in case…

Naveed Ahmed
- 10,048
- 12
- 46
- 85
0
votes
1 answer
install-package Thinktecture.IdentityServer3 command gives error in visual studio package manager console?
When i run following command in package manager console:
install-package Thinktecture.IdentityServer3
I am getting error:
Install-Package : Unable to find package 'Thinktecture.IdentityServer3'
At line:1 char:16
+ install-package <<<< …

Sahil Sharma
- 3,847
- 6
- 48
- 98
0
votes
1 answer
thinktecture IdentityServer "remember me" configuration
In the 'AuthenticationOptions', If i set true the propperty "RememberLastUsername", the username is always autocomplete with the previous username that i wrote in the login form. If i set the property to false, the username never remember the last…

Sem
- 73
- 1
- 6
0
votes
1 answer
How to Configure IdentityManager
I'm at the early days of looking into IdentityServer v3 and IdentityManager, as I'm certain those guys are more clued up than I, but I cannot see how to configure the IdentityManager.
If we're deploying IdentityManager to a client, all the client…

Fetchez la vache
- 4,940
- 4
- 36
- 55
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…

JBurns
- 1
- 2
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?

Tsahi
- 445
- 4
- 22
0
votes
0 answers
HTTP Error 500.19 - Internal Server Error - Error Code 0x80070490 - IIS 7.5 ( Works on Azure )
I am executing my code in the Azure emulators. The code I have built is Thinktecture's IdentityServer2. After the emulators start running and everything is ready I get an error when I fire the URL in the browser. There is another SO thread about…

Mohan Radhakrishnan
- 3,002
- 5
- 28
- 42
0
votes
2 answers
Generate local user based access token by validating external token (Facebook, Twitter etc)
I m building a native mobile application and multiple web APIs to support the functionality of a native app, Im having all requests for my web APIs authenticated,so Im using IdentityServer3 with ASP.Net Identity
I want to use social login providers…

user5656173
- 1
- 1
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 ?

Sabby62
- 1,707
- 3
- 24
- 37
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…

Behrooz
- 1,895
- 4
- 31
- 47
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,…

Ajinkya Sawant
- 100
- 1
- 13
0
votes
1 answer
Thinktecture.IdentityManager is unselected in nuget. Is still for use?
https://www.nuget.org/packages/Thinktecture.IdentityManager/
The owner has unlisted this package. This could mean that the package
is deprecated or shouldn't be used anymore.
Why is unselected? Is it no more in use? How can I now use…

senzacionale
- 20,448
- 67
- 204
- 316