identityserver3 Questions
1
We are using IdentityServer for authentication and we are validating the access token using JwtSecurityTokenHandler ValidateToken. This used to work fine, but after we upgraded our client applicati...
Mandle asked 7/7, 2016 at 6:57
2
Solved
We are trying to set up Identity Server 3 in the right way.
We got authentication working fine and we manage to retrieve the refresh token.
The client application is using Angular.
Now when the a...
Compotation asked 10/12, 2015 at 13:23
1
Solved
I am new to Identity Server. I haven't configured it before. But I need it for a Project I am working on.
The API will be serving an Angular JS Client, iOS App and an Android App. We need to imple...
Subclass asked 11/5, 2017 at 10:17
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
1
Solved
I am trying to implement an architecture that follows the OAUTH2/OIDC protocol. In order to do that, I have STS(Identity Server v3 by leastprivilege), ASP.NET WebApi and ASP.NET MVC application for...
Enciso asked 6/4, 2017 at 8:35
1
Solved
We are using the generic OpenID Connect middleware to use Google as an external identity provider using IdentityServer3. We don't have MetadataAddress or any special TokenValidationParameters set u...
Patronymic asked 20/1, 2017 at 21:42
1
I am trying to redirect to Identity Server's default login page when calling an API controller method from Angular's $http service.
My web project and Identity Server are in different projects and...
Gause asked 27/6, 2015 at 22:8
1
Solved
I'm trying to create a master slave type configuration for authentication with IdentityServer4 as below
MyMasterIdentityServer0 (Master) - receives id_token and gives access_token
|---> MySlave...
Hexahydrate asked 22/2, 2017 at 23:20
1
after updating my project to angular 2 final i had a problem getting WebApi2 authoriaztion to work with IdentityServer3 and angular2-jwt.
Before everything worked fine when in angular2-jwt configu...
Lou asked 21/2, 2017 at 9:11
2
Solved
Can someone please explain what the difference is between the two? I understand Client Secrets, but Scope Secrets are still not clear... as well as why a Scope Secret even needs to exist?
While I ...
Rolo asked 23/1, 2017 at 9:57
0
I'm wondering how to logout properly through the oidc-client UserManager signoutPopup method, without throwing an error when the user closes the popup window?
I'm calling UserManager's signoutPopu...
Idem asked 10/1, 2017 at 11:24
1
Solved
In the IdentityServer sample code (startup.cs), we can see how to use a certificate:
var certFile = env.ApplicationBasePath + "\\idsrv3test.pfx";
var signingCertificate = new X509Certificate2(cer...
Matteson asked 3/1, 2017 at 13:2
1
We've been experiencing some deadlocks when working with interconnected ASP.NET WebApis on the same IIS server. We'd like to know if this is somehow an expected behavior, due to hosting all APIs on...
Haddock asked 13/9, 2016 at 14:42
1
Solved
We were using IdentityServer3, implicit grant and the login consists of multiple screen. In IdentityServer3, there's built in support for such multiple step login workflow (for example for acceptin...
Deangelo asked 15/11, 2016 at 12:13
0
We have a multiple applications under one domain, and every application is built in asp.net mvc. Currently single sign on is facilitated using forms authentication, shared machine key. All applicat...
Cigarillo asked 11/11, 2016 at 23:16
2
Solved
Im using IdentityServer3 to secure a Web API with the client credentials grant. For documentation Im using Swashbuckle but can't figure out how to enable Oauth2 in the SwaggerConfig for the client ...
Pulchia asked 17/11, 2015 at 9:6
1
Solved
Identity server is implemented and working well. Google login is working and is returning several claims including email.
Facebook login is working, and my app is live and requests email permissio...
Guanabara asked 26/8, 2016 at 17:53
1
Solved
I set up several test sites for SSO using IdentityServer3, pretty much the cookie cutter sample apps with minor virations. They work well except one thing: When trying to single sign OUT and/or upd...
Doug asked 1/9, 2016 at 17:35
3
I use the resource owner flow with IdentityServer3 and send get token request to identity server token endpoint with username and password in javascript as below:
function getToken() {
var uid =...
Chine asked 26/11, 2015 at 22:35
2
Solved
As per the OpenID Connect specification is sub claim part of openid scope or profile scope? I could not find that information
Update1
I am using IdentityServer3 for authentication. Client is makin...
Plectrum asked 21/7, 2016 at 17:22
2
Solved
Hopefully an easy one to resolve.
Microsoft's System.IdentityModels.Tokens.Jwt package was updated yesterday on NuGet from 4.0.2.206211351 to v5.0. This is unfortunately causing a breaking change ...
Adamec asked 28/6, 2016 at 15:39
1
Solved
I'm using Identity Server3 for my project, I currently have a website and api being protected by the Id server, this is working fine however because I'm storing the users in the Id Server database ...
Expellant asked 7/7, 2016 at 2:49
1
Solved
new to using this framework.
I have an OAuth client and I am running IdentityServer3 console app.
I get an error to my client saying SSL is required.
Is there a way to disable the SSL from Ident...
Exine asked 7/7, 2016 at 13:39
1
I am trying to co-host identityserver3 and web api (for user management using Bearer tokens) in the same startup. However I get the following error:
A task was canceled.
It appears the task cancell...
Contracted asked 12/6, 2016 at 22:11
1
I'm migrating a Web Forms application from Forms Authentication to OpenID Connect (using OWIN and IdentityServer3).
The application already has a lot of 'authorization' elements (for various locati...
Melgar asked 18/5, 2016 at 9:15
© 2022 - 2024 — McMap. All rights reserved.