Skip to main content

All Questions

0 votes
2 answers
437 views

Generating Reference Token Instead of JWT

Please find below the steps I applied in order to generate Reference Token instead of JWT: In the [Clients] table, I updated property [AccessTokenType] = 1. Please note that this is the client ...
asalhani's user avatar
  • 145
0 votes
1 answer
465 views

Looping custom claims on login - Asp.net core

Our ASP.NET MVC application connects to IdentityServer 3 with the following config and able to access all the custom claims app.UseOpenIdConnectAuthentication(new OpenIdConnectAuthenticationOptions ...
CRK's user avatar
  • 333
1 vote
0 answers
561 views

Invalid HTTP request for token endpoint - IdentityServer4 ASP.Net Core 5.0

The connect/token is working good by using swagger, but when I'm trying to use it in postman, an error is showing { "error": "invalid_request" } The Status code: 400 Bad Request. ...
MuthuKumar K's user avatar
0 votes
1 answer
2k views

Keep getting session out with OIDC JS client and Identity server 4 Authorization flow with PKCE flow on Azure app services

Using Identity server 4 with OIDC JS client in every 10 seconds the application reloads, in the network tabs I can see The end session URL is always been canceled and application reload frequently ...
San Jaisy's user avatar
  • 16.4k
0 votes
1 answer
867 views

How to use primary domain for Openid authentication in Identity Server 4?

xyz.com yzx.com zxy.com I have these domains and running identity server 4 application with AuthO Openid connections. My primary domain is xyz.com, so if user login by using another domain like yzx....
vijay's user avatar
  • 741
1 vote
1 answer
1k views

Protect ASP.NET WebAPI in .NET 4.7.X with IdentityServer 4 Jwt

So, I have set up IdentityServer 4 in a .NET Core 3.1 project. And I have Web application, also .NET Core 3.1 signing in users through OpenId Connect (oidc). Works perfectly. But I also have another ...
Mats Magnem's user avatar
  • 1,405
1 vote
0 answers
603 views

IdentityServer different Tenants/Users across browser tabs

We're using IdentityServer for authentication in our SaaS product, which has many tenants, and our users may have access to multiple tenants. We use oidc-client from a VueJs front-end to auth with ...
AndyV's user avatar
  • 398
1 vote
1 answer
859 views

Identity Server 3 is not persisting authentication cookie

I am using IdenttyServer3. I have 3 client applications. 2 applications are developed in .NET Core and 1 is in full .NET. On login screen if user checked remember me option, then user does not have to ...
LP13's user avatar
  • 33.1k
1 vote
2 answers
1k views

.net 4.6 web api2 401 Unauthorized with identity server 4

I have already a working identity server 4 in a .net core application. namespace IdentityServer { public class Config { public static IEnumerable<ApiResource> GetApiResources() ...
srv8's user avatar
  • 53
2 votes
2 answers
10k views

IDX20803: Unable to obtain configuration from: 'https://localhost/IdentityServer/Core/.well-known/openid-configuration'

We are using the IdentityServer3.Membership library for IdentityServer. Token validation is works fine using HTTP both in Local as well as QA machine. But when we configure to HTTPS then getting below ...
gvreddy307's user avatar
3 votes
1 answer
2k views

.Net Core Web API unable to validate requests with IdentityServer after converting from http to https

I have a IdentityServer 3 application which takes care of authentication/authorization and token validation. We have a .net core 3.0 web api, which handles user and role management features through ...
Praveen Pulipaka's user avatar
1 vote
0 answers
115 views

Windows Authentication with Identity Server 4 and ASP.NET Core and Angular8 SPA

I've been reading articles and StackOverflow topics for few days but I have not found answer. Could anyone familiar with IS4 tell me if this scenario may be achieved? I would like to build a SPA ...
justme's user avatar
  • 336
4 votes
1 answer
797 views

Identity Server 3 Access Token Validation Library Cannot Validates Tokens Generated from Identity Server 4

I have an Identity server that was developed on Identity server 4 (v3.1.2) and a .NET Web API that was developed on .NET Framework 4.6. In the web API, I am using the Identity Server 3 Access Token ...
diyath.nelaka's user avatar
0 votes
2 answers
178 views

Does IdentityServer4 still allow ResourceAuthorize?

I'm looking at upgrading from IdentityServer3 to IdentityServer4, specifically because we're upgrading existing projects from .NET 4.5 to .NET Core 3.1. The biggest issue I see right now is that we ...
Dustin Davis's user avatar
  • 14.6k
1 vote
1 answer
2k views

setting Identityserver 'state' parameter as a GUID to correlate calls?

I wish to correlate all the calls throughout Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectEvents (OnRedirectToIdentityProvider, OnAuthorizationCodeReceived etc). I wish to set ...
ecif's user avatar
  • 311

15 30 50 per page