thinktecture-ident-server Questions
5
Solved
Using thinktecture JWT authentication resource owner flow, I use the claims part of JWT for client consumption.
My question is that if it's possible to add a claim in identity server and decode it ...
Devol asked 3/12, 2014 at 7:57
3
Solved
I am using Identity Server 4 and Implicit Flow and want to add some claims to the access token, the new claims or attributes are "tenantId" and "langId".
I have added langId as one of my scopes as...
Orator asked 29/12, 2016 at 20:57
2
Solved
I am using Identity Server 4 , ASP.NET Core and trying to replace the IdentityServer developer in Production environment. But getting the following error:
No storage mechanism for grants specified...
Customs asked 25/11, 2016 at 4:57
3
Solved
We have configured Client App to use IdentityServer3 authentication via OpenID Connect protocol (it's ASP.NET MVC App that uses OWIN middleware to support OIDC).
The IdentityServer3 itself is conf...
Wame asked 29/4, 2015 at 12:37
4
Solved
IdentityServer supports different OpenId Connect flows that are defined in the Flows enum and set for clients. There's also samples for each type of flow and many references to them in the docs but...
Mound asked 16/4, 2015 at 18:55
1
Identity Server 3 refresh token expires before its expiration period set in the client configuration
I am using Authorization Code flow for one of my Identity Server 3 clients and it is configured as follows:
ClientId = "tripgalleryauthcode",
ClientName = "Trip Gallery",
Flow = Flows.Authorizatio...
Contented asked 23/11, 2016 at 11:16
2
Solved
I'm using below code to consume JWT access token from an Asp.net Web Api 2.2 service. I have followed this article to setup an authorization server in Web Api service. I'm using RestSharp in the cl...
Seitz asked 23/1, 2016 at 21:5
2
Solved
anyone knows any other identity servers besides thinktecture's identity server? I need to evaluate a few but I can't find anymore?
Delhi asked 4/11, 2013 at 20:4
1
Solved
My goal is a Angular app that consumes a web service, with users of the app/web service authenticated using Windows auth. Users should be able to log into a machine on our Windows domain, open a br...
Oleograph asked 27/4, 2016 at 9:51
2
I am using Identity Server 3 for a central authentication server to a .Net MVC web application I am building.
I have configured the authentication server to use the Open ID Connect identity provide...
Puckery asked 2/3, 2016 at 1:58
4
Solved
I am using Thinktecture AuthorizationServer (AS) and it is working great.
I would like to write a native javascript single page app which can call a WebAPI directly, however implicit flow does not...
Coss asked 7/5, 2014 at 12:33
5
I am getting issue while integration external provider i.e Google with Thinktecture identity server v3 .I am getting following error: "The client application is not known or is not authorized."
Do ...
Pallbearer asked 8/2, 2015 at 17:20
1
Solved
I am investigating how IdentityServer 3 works and I still have problem to fully understand.
In general concept is clear to me but still I am not sure how to implement this on real project.
This i...
Pharos asked 14/1, 2016 at 12:43
4
Solved
How do I enable logging in Thinktecture IdentityServer v3?
I'm currently getting a generic error page, saying "There was an unexpected error".
I was able to figure out that the generic error gets...
Centrifuge asked 15/4, 2015 at 9:12
2
Solved
I am working up a demo of Thinktecture IdentityServer v3. The intention is to have the identity server run as it's own website under Azure Websites.
There will be other (more than one) Azure Websi...
Intransitive asked 30/10, 2014 at 13:17
0
I just set up a SelfHost(InMem with WS-Fed) Thinktecture IdentityServer3 project example and I'm trying to use it to get a JWT, the problem is that I only recieve tokens signed with an asymmetric k...
Reinforce asked 7/7, 2015 at 23:15
3
Solved
I am researching on this topic last weeks and unfortunately I can't figure out. I understand the difference between authentication and authorization.
I will appreciate any guidance on the topic.
...
Haeckel asked 18/1, 2014 at 18:17
1
Solved
Brock Allen released the new beta version of IdentityManager last week. There are quite some changes in the security model, so the configuration also changed.
He even took some videos (Setting up ...
Shepley asked 29/4, 2015 at 8:40
3
Solved
I have been using OAuth resource owner credential flow previously for authorization.
However I would now like to consider using openid connect in pace of this, for authentication and authorizatio...
Optical asked 4/6, 2014 at 20:33
1
Solved
I have the following client set up in IdentityServer:
new Client
{
ClientName = "My web application",
Enabled = true,
ClientId = "mywebapp",
ClientSecrets = new List<ClientSecret>
{
ne...
Unleash asked 21/4, 2015 at 18:44
1
Solved
I'd like to bypass the consents screen when a user logs in using IdentityServer3, granting all consents by default. Is there an way to configure this?
This is the screen I wish to bypass:
Illconsidered asked 21/4, 2015 at 22:53
1
Solved
I'm looking to employ Thinktecture's IdentityServer3 solution as a SSO service across multiple web application the organisation makes available to external users.
Taking the MVC Authentication sam...
Cortes asked 6/4, 2015 at 21:15
1
Summary
In SAML there is a concept of IdP-inititated login, meaning that the Identifying Party (IdP) can send an unsolicited token to the Relying Party (RP / the consuming application) and the user...
Brandabrandais asked 19/1, 2015 at 21:31
2
Solved
I'm trying to follow the simple guide mvcGettingStarted.
Now, I've implemented both GoogleAuthentication and FacebookAuthentication providers, and everything is working as expected, I actually can ...
Lahnda asked 26/1, 2015 at 12:40
1
Trying to use Thinctecture identityserver v3 as a simple sts for multiple mvc applications.
I'm able to walk through the sample applications provided and the run fine but they all use embedded iden...
Unbolted asked 3/12, 2014 at 15:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.