Skip to main content

All Questions

0 votes
0 answers
21 views

I logged in with Identity Server4 and I change subdomain, I want to stay logged in - .NET Core and Angular

In .NET Core 6 using Identity Server 4 password flow, Angular, I log in successfully using a valid user name and password and store the token to local storage. Now I want to allow logged in user to ...
Adil Gul's user avatar
1 vote
0 answers
66 views

Unable to get user information from Duende Identity server because requirehttps error in my Angular application

For a project I am running an ASP.NET Core 8 Web API server, Duende Identity Server, and the client side is an Angular 17 app. But after the user is authenticated in my Duende Identity server should ...
Scrappy Coco's user avatar
0 votes
0 answers
18 views

Identity server 4 redirect when project removed

In the past I have sued identity server 4 as the identity provider. Now, i have deleted the identity project from my solution, removed every mention on the identity url from my solution and also ...
CuriousCat11's user avatar
1 vote
0 answers
131 views

NullInjectorError: No provider for PublicClientApplication! MSAL

I have an Angular application in which I am trying to manage the login using MSAL. Apparently I'm having a problem and from what I've found online, I'm not providing a provider for ...
katana's user avatar
  • 15
0 votes
0 answers
80 views

How can I get the access token from IdentityServer4 for an external login user which does not even have a password?

I am able to call or redirect to IdentityServer endpoint "GoogleLogin" from my SPA using html anchor tag href. And then, I got redirected to Google sign-in screen, on a successful sign-in, ...
Ahasanul Banna's user avatar
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
50 views

How to authenticate Node.js api and web socket connections with identity server 4

`HI, I have an use case to send the push notifications to web app through node js api application. How to authenticate Node.js api and web socket connections with identity server 4.(OpenID) io.use(...
ramu yepuganti's user avatar
0 votes
1 answer
141 views

connect/authorize/callback not able to authenticate a user for Angular child app from angular Parent APP - IdentityServer4 SSO

we had a working SSO between Parent MVC app and a client Angular app using IdentityServer4. We wanted to migrate the parent MVC app to angular [port : 4200 ] Which I did.The login mechanism works for ...
Roshani's user avatar
0 votes
0 answers
93 views

.NET Core IdentityServer4 Resource Owner Password can't call API

I'm developing a WebAPP starting from VS .NET Core WebAPI + Angular Template. I've configured IdentityServer to authentication from Angular Front-End application and everything works fine BUT I need ...
Androidian's user avatar
  • 1,045
0 votes
1 answer
42 views

Any clue why logout might not unsubscribe API call?

I have the followin code in Component base class: //@Directive() //export abstract class BaseComponent { unsubscriber$ = new ReplaySubject(1); ngOnInit(): void { this.oAuthService.events ...
Alexander's user avatar
  • 1,222
0 votes
1 answer
374 views

JWT authorization for offline backend and online identity server

I am working on a project where the requirement is that: The identity server is online The c# web api backend that has controller actions that require authorization is on a machine that is offline ...
Billy's user avatar
  • 379
1 vote
2 answers
603 views

JWT Bearer token content length limited by some public firewall

We have an issue with JWT token sizes. We currently have an Angular front-end and an authentication service via IdentityServer4. As soon as authentication is performed, the next call is to retrieve ...
R1 Tech's user avatar
  • 43
0 votes
1 answer
261 views

Identity Server: The client application is not known or is not authorized

I am trying to connect an Angular 12 app to an already existing API instance on my network. (I am unable to access the source code for the API.) This API is secured with Identity Server which has a MS ...
John M.'s user avatar
  • 71
0 votes
1 answer
1k views

IdentityServer4 blocking CORS request to a local api

Repository that can be run locally if the README is followed. I have an ASP.NET Core 3.1 IdentityServer4 server with a local api that is being called from an Angular server using the oidc js library ...
perustaja's user avatar
  • 191
0 votes
1 answer
949 views

angular-oauth2-oidc - Not passing 'State' and 'Scope'

There is a requirement from the identity server of not to pass 'state' and 'scope' in the URL. The request is in following format URL?app=xxx&response_type=code&client_id=yyy&state=zzz&...
RagaSGNur's user avatar
  • 277

15 30 50 per page
1
2 3 4 5
17