Skip to main content

All Questions

0 votes
0 answers
15 views

how to check Is2faEnabled in identity server while using connect/token for mobile login?

In my project, Identity Server is already implemented for web, and it's functioning well, including 2-Factor Authentication (2-FA). Currently, when logging in from a mobile device, we make a call to:...
Mudassar Iqbal's user avatar
0 votes
0 answers
31 views

Adding user to administrators group does not get read access to certificate

I have IdentityServer3 that is running in Windows 2019 + IIS. The application pool is configured to run under "dev@internal" user account. This is a domain user account. I created a signing ...
LP13's user avatar
  • 33.1k
0 votes
0 answers
34 views

identity server auto-logout when user idle - not working

I am using identity server 3. Currently, timeout is working based on setup, But I need the solution for when user idle timeout should happen. AuthenticationOptions = new AuthenticationOptions ...
Bala CGvak's user avatar
0 votes
1 answer
205 views

Identity server 3 Windows authentication not working with current user

In my mvc app integrated with identity server 3 with windows login. When i use that login with windows option its asking credentials popup (I attached screen shot.) when i close the browser and reopen ...
Balu's user avatar
  • 544
3 votes
0 answers
227 views

Use both Windows Authentication and Login forms in Same Identity as a service(IDaaS)

I have two applications (WPF and Angular with asp.net Web API 4.8 ) , I want a SSO (single sign on) authentication for both by automatically federated with on-premises active directory AD and Login ...
IZraa2li's user avatar
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
2 answers
451 views

protect asp.net web api 2 project with identity server 4

I have an asp.net web api 2 project with .Net framework 4.8 and a centralized Identity Server 4 project. I want to validate jwt/access token generated from IS4 in my web api 2 project. I can ...
Ali Shahzad's user avatar
  • 5,301
0 votes
1 answer
145 views

How to validate Identityserver4 token validation in webapi?

Have you tried to ID4 connect with web api (.net framework 4.6) I follow below the tutorial but APIResource with secret key is not working. it also not giving any error if I give wrong API resource ...
leo's user avatar
  • 551
0 votes
1 answer
242 views

Could not install IdentityServer3.AccessTokenValidation in .netframework 4.61 API

I have a .NetFramework4.61 WebAPI. I am trying install IdentityServer3.AccessTokenValidation & System.IdentityModel.Tokens.Jwt using Nuget but it is giving me the below error. I also try to ...
leo's user avatar
  • 551
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
-1 votes
2 answers
842 views

How to authenticate using Azure AD token using identity server 3 and microsoft teams app

We use custom idp (identity server 3) to authenticate users on the system. Now I have a requirement to implement Azure AD authentication. I tried adding Azure AD as an external provider it is working ...
Garv's user avatar
  • 1
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

15 30 50 per page
1
2 3 4 5
14