Skip to main content

All Questions

0 votes
2 answers
42 views

Can you use Identity Server 4 with .NET Framework 4.8?

I have an existing project that was built with .NET Framework which has an output of class library which has Identity Server 3 installed on it. I want to know if its possible to install IDS 4 on the ...
Denzhe's user avatar
  • 9
0 votes
0 answers
35 views

IdentityServer4 with .Net7.0. API separation in SSO by ApiScope

I have 5 clients of my identity server, I need to separate the authorization of 1 client from the others. After signin to the ClientA, I switch to the ClientB already authorized, help me solve. It is ...
Галымжан Оралбаев's user avatar
0 votes
1 answer
101 views

Adding External OAuth Authentication via AddOauth

Our application current using a traditional username/password login to authenticate against our AbpUsers table internally. We are currently on ABP Framework 5.3.5 I am trying to add a new external ...
user25472340's user avatar
0 votes
0 answers
57 views

InvalidOperationException: No authenticationScheme was specified in ASP.NET Core with IdentityServer4

I'm encountering an InvalidOperationException in my ASP.NET Core application when integrating with IdentityServer4. In local everything works fine but when I replace my old projects (Client + Auth) I ...
MrBigboka's user avatar
  • 449
0 votes
1 answer
137 views

Duende Identity Server Internal API Authorization

I am using IdentityServer 7 with Asp.Net Identity in the same application. How can I possibly keep the RazorPages and "cookies" authenitication handler that is registered with the Duende ...
JasperDaDolphin's user avatar
1 vote
0 answers
68 views

Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot

I'm currently working on a microservice architecture project that uses Ocelot for APIGateway, and IdentityServer4 for authentication and authorization. Recently, I transitioned from self-contained ...
Niyozbek Mirzayev's user avatar
0 votes
1 answer
154 views

Identity Server: Refresh Token for the currently Authenticated User

Authentication configuration: services.AddAuthentication(options => { options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; options.DefaultChallengeScheme = ...
KA-Yasso's user avatar
  • 273
1 vote
0 answers
62 views

Angular and ASP.NET OWIN with Azure AD

I recently came across a challenging problem. I was asked to add Azure Active Directory (AAD) authentication to an Authentication server using ASP.NET OWIN .NET Framework 4.7.2. Basically I have an ...
Ajit Darnal's user avatar
0 votes
0 answers
30 views

API does not store keys from IdentityServer to validate tokens

I have two machines, one identity server and second REST API A user through the API logs in, goes post to IS, in response IS returns JWT The user authenticates himself to the API with each data ...
Gersalom's user avatar
0 votes
1 answer
87 views

Identity Server 4 With Oauth 2 Scope

I implemented Identity server 4 and client angular every thing work as excepted I determined Scopes for client (openid,profile,email) but when try to remove openid from scope array from server and ...
Mohamed Mansour's user avatar
1 vote
1 answer
567 views

authorization via identity server and use of ocelot

There are 2 microservices, an ocelot gateway, a web client and an authorization server (https://github.com/skoruba/Duende.IdentityServer.Admin). I want to check authorization on the gateway. gateway ...
Evgeny's user avatar
  • 51
0 votes
0 answers
31 views

IdentityServer ErrorContext and getting as much detail as I can

I have this Error page in my IdentityServer code: public async Task<IActionResult> Error(string errorId) { var vm = new ErrorViewModel(); // retrieve error details from identityserver ...
yesman's user avatar
  • 7,594
0 votes
1 answer
201 views

Support multiple authentication types, both IdentityServer and Jwt token

A central service has IdentityServer as the current authentication method which needs to stay intact. Now another Jwt bearer token needs to be supported. It seems possible to have the two token ...
Ville's user avatar
  • 119
1 vote
1 answer
138 views

How to combine Identity.Application and JWT authentication using IdentityServer4?

How to configure IdentityServer4 and authentication to use both Identity.Application (for IdentityServer4 endpoints) and JWT (for API requests)? Trying to implement ASP.NET 6 application, that ...
Vlad Barkovsky's user avatar
0 votes
2 answers
253 views

Saml Integration in ASP.NET

I am using ASP.NET and Duende Identity Server to manage authentication. While Identity Server already implements a way to dynamically add an OIDC provider at runtime, I am now attempting to achieve a ...
xxxyyy's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
25