Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
26 views

I have an Angular (19) Application which uses the angular-oauth2-oidc (v19) package. I do initialize the OIDC code flow in the provideAppInitializer function. This application is called from inside an ...
Karl Scholze's user avatar
1 vote
1 answer
92 views

I have a confluence of a few things that are all great individually but when I bring them together, they are causing problems. I have an Angular SPA, updated to Angular 20, that uses a Keycloak server ...
John M's user avatar
  • 332
0 votes
1 answer
64 views

I have two independent Angular applications (url1 and url2), both hosted on Azure Kubernetes Service (AKS) and configured to use the same IdentityServer (OIDC-based) for authentication. Application ...
Gouthami Shivakoti's user avatar
0 votes
1 answer
503 views

I'm using Angular with OIDC authentication (via angular-oauth2-oidc) to authenticate users against Azure AD. However, for users who are part of many Azure AD groups, the id_token_hint value is large ...
Joe's user avatar
  • 1
0 votes
1 answer
158 views

I'm using angular-oauth2-oidc in my Angular application (Angular v18) to authenticate against Microsoft Entra ID (login.microsoftonline.com). My primary goal is to get an access_token for my backend ...
Ashil John's user avatar
  • 7,812
2 votes
0 answers
524 views

I'm working on an Angular 19.1.0 application where I want to implement login using Oauth2 (angular-oauth2-oidc version 19.0.0). My application is not working when I call login function from auth....
Edit Axha's user avatar
0 votes
0 answers
124 views

So, we have an Ionic Angular app for Android and iOS. We use angular-oauth2-oidc package with our server keycloak for users authentication. We noticed today that signing in doesn't work for Android ...
hvma411's user avatar
  • 379
0 votes
0 answers
46 views

Is there a way to use the form_post response mode with Angular OAuth2 OIDC? I can pass form_post as a custom query parameter, and the authorization code is correctly posted back. However, the tryLogin ...
Ninja's user avatar
  • 31
0 votes
0 answers
64 views

Hi I need to send an post request to a url like example.com with auth2.0 token . I need to send the below details in the request just like we do in a postman for a auth2.0 request. Token Name Grant ...
James's user avatar
  • 335
0 votes
0 answers
54 views

An Angular (v17) application is made of different Angular elements which have to call different secured (bearer) APIs. The application is using "angular-oauth2-oidc" library from Manfred ...
Zerzio's user avatar
  • 249
1 vote
1 answer
567 views

I am considerably new to Oauth2 paradigm. I am using Angular 14 with Keycloak Identity Server with angular-oauth2-oidc dependency and Auth Code flow grant. I am able to successfully login and getting ...
braveheartask123's user avatar
0 votes
1 answer
352 views

I have this environment file in angular : export const environment = { production: false, apiVersion: 'v1', apiBaseUrl: 'http://localhost:8080/api', Access_Control_Allow_Origin: 'http://my-app-...
amin hlel's user avatar
0 votes
1 answer
1k views

I'm currently working on an Angular Stand-Alone application where I'm using angular-oauth2-oidc for authentication. I have successfully configured authentication using the Authorization Code Flow, but ...
Jorge jimenez's user avatar
2 votes
1 answer
132 views

I have an authentication library designed to keep auth stuff consistent across various webapps, inspired by the angular-oauth2-oidc library. I am running into an issue when testing my app, however. In ...
user23590628's user avatar
0 votes
1 answer
421 views

I see an /authorize? call but no /code? message is ever received from auth0 or OKTA. OK, let me start at the beginning. Our typical login flow: The user access our site at localhost:4200/ (just an ...
ed4becky's user avatar
  • 1,630
2 votes
2 answers
735 views

I'm testing for the first time, how to use net.core API + Angular with Google Authentication, I already achieved to get an access token with my UI application, basically I developed a POC that uses ...
Yogurtu's user avatar
  • 3,099
2 votes
0 answers
567 views

I have issue with the iss and also client_id query parameters in the redirect uri which are added in it. We are using code flow with PKCE. The URL looks something like this: http://localhost:4200/?iss=...
TheodoreTsg's user avatar
1 vote
0 answers
420 views

I created a SPA angular application and trying to authenticate the api of a third party to be able to make requests. I encounter the problem, that the getIdentityClaims() method always return null. ...
toblerone's user avatar
0 votes
1 answer
295 views

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
2 votes
1 answer
419 views

I use the angular-oauth2-oidc project for OpenId in an Angular project. For some reason, I want to disable the authentication for some routes. I initialize the code flow in the main component and ...
davood beheshti's user avatar
1 vote
0 answers
135 views

I have an application in angular (14.2.0), on logout I am calling this.oidcSecurityService.logoffAndRevokeTokens() and see this logout request has only postLogoutRedirectUri in params, but not ...
JJ36's user avatar
  • 169
3 votes
1 answer
2k views

I am using angular-oauth2-oidc to obtain PKCE flow, but when I call api from resource server, it seem to be not send access_token in the header. I try to check angular-oauth2-oidc get access_token or ...
Đình Hải Nguyễn's user avatar
1 vote
0 answers
657 views

In my Angular application I’m using oauth2-oidc library and Keycloak to manage authentication. This is the oauth configuration: //auth-config.ts import { AuthConfig } from "angular-oauth2-oidc&...
Andrea's user avatar
  • 11
2 votes
0 answers
710 views

Hello I am using the following configuration for angular oauth2-oidc function configure(authService: OAuthService){ authService.configure({ requireHttps: false, responseType: 'code token' , oidc: ...
Manos Kounelakis's user avatar
1 vote
0 answers
790 views

I am trying to follow the example from this page https://manfredsteyer.github.io/angular-oauth2-oidc/docs/additional-documentation/configure-custom-oauthstorage.html What I am trying to do is to use ...
Manos Kounelakis's user avatar
1 vote
1 answer
1k views

My spring authorisation server depedency :- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-authorization-...
Gaurav's user avatar
  • 68
1 vote
0 answers
257 views

I'm new to angular-oauth2-oidc. I want to show login page from keycloak service for my Ionic 6 mobile project in embedded browser with Capacitor browser plugin. I've used loadDiscoveryDocumentAndLogin ...
Jeffrey Tan's user avatar
3 votes
1 answer
3k views

I'm using the angular-oauth-oidc library to manage authentication in an angular app. I'm also using this sample as the base for my work: https://github.com/jeroenheijmans/sample-angular-oauth2-oidc-...
Waray Mohamed Amine's user avatar
1 vote
1 answer
2k views

I'm using angular-oauth2-oidc for authentication. It's configured to use a 3rd partry SSO identity provider. The setup of my app follows https://github.com/jeroenheijmans/sample-angular-oauth2-oidc-...
HBu's user avatar
  • 549
1 vote
1 answer
1k views

I've used this repository https://github.com/jeroenheijmans/sample-angular-oauth2-oidc-with-auth-guards/ as a test and switched the authConfig settings to a Google app I created. The code flow works ...
user1630508's user avatar
3 votes
1 answer
4k views

I'm trying to implement angular-oauth2-oidc Authentication in my angular app. On server side everything is configured correctly (also CORS). My configuration looks like this: this.oauthService....
dave0688's user avatar
  • 5,821
1 vote
1 answer
1k views

I'm using angular oauth2 oidc library for user identification inside of keycloak. Is it possible with this library to use idpHint to redirect to a valid identity provider? I didn't find it as part of ...
Luka Randjelovic's user avatar
1 vote
1 answer
773 views

I a have stack Angular 13 with angular-oauth2-oidc: 13.0.1 and angular-oauth2-oidc-jwks: 13.0.1 for OAuth2. I'm trying to just redirect the user to the current route before redirecting the login ...
Jack Boch's user avatar
  • 127
1 vote
1 answer
3k views

I want to automatically login the user with angular-oauth2-oidc, if there is an active session on the id server. But if thats not the case, i don't want to present the login page but just have in ...
Niklas Hantke's user avatar
0 votes
0 answers
213 views

My application has a login page that contains only a button that redirects to the WSO2 Identity Server Authorization Server. This redirect is done by the library angular-oauth2-oidc. Then I have a ...
ffff's user avatar
  • 35
1 vote
0 answers
2k views

I am using angular-oauth2-oidc library in my frontend application. The configuration is done the same way as shown in this project, using APP_INITIALIZER. Following is the AuthConfig: { "...
Tapas Bose's user avatar
0 votes
1 answer
2k views

I have an angular application with an OAuth2 authentication that blocks my pages thanks to the 'angular-oauth2-oidc' library, I need to recover a role and permissions with this token via an api. But ...
Jack Boch's user avatar
  • 127
1 vote
0 answers
779 views

I want to set the users logged in status in the front end. For instance set a sign out button if the user is currently logged in and so forth. This works all fine with the /user endpoint on the ...
ChopStick's user avatar
  • 166
0 votes
1 answer
1k views

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
  • 429
0 votes
1 answer
1k views

I'm currently migrating my oauth server to the Spring Authorization Server and want to use the code workflow. My frontend is a Angular App and I use there the angular-oauth2-oidc plugin. More or less ...
Marc Bellmann's user avatar
2 votes
2 answers
2k views

When I login to my SPA, it doesn't remove the query parameters code and state from the URL, which is problematic as if we refresh the page, the login flow tries again with the parameters that are in ...
Tristan MARIE's user avatar
0 votes
1 answer
1k views

I am using the angular-oauth2-oidc package for authentication and my application is used in iFrame, so when the third-party cookies are blocked, it will give the below error. core.js:6241 ERROR ...
Harish Kumar Gupta's user avatar
1 vote
1 answer
7k views

I'm trying to integrate with an identity provider (Keycloak in my case) in my Angular project. I'm using "angular-oauth2-oidc" library for that purpose. I'm able to redirect a user from my &...
josh's user avatar
  • 419
0 votes
1 answer
2k views

I'm trying to integrate with an identity provider (Keycloak in my case) in my Angular project. I'm using "angular-oauth2-oidc" library for that purpose. So, I'm able to redirect a user from ...
josh's user avatar
  • 419
0 votes
1 answer
4k views

I have an angular application using these two dependencies: angular-oatuh2-oidc angular-oauth2-oidc-jwks The user can already log in via automatically login functionality when the app starts and also ...
Maido47's user avatar
  • 72
1 vote
2 answers
5k views

It is my first try with OAuth. I am using Angular 13 + angular-oauth2-oidc library and I am trying to configure code flow. My problem is that in tutorial discovery document is used by default but my ...
obaram's user avatar
  • 461
6 votes
1 answer
14k views

I am using angular-oauth2-oidc for authentication and I dont know how to get access token. I am using PKCE code flow with this configuraion authConfig: AuthConfig = { issuer: 'https://test.com/...
playerone's user avatar
  • 1,127
0 votes
1 answer
3k views

I'm working on angular-oauth2-oidc and keycloak. I can login (redirecting to keycloak login page), and session has created inside keycloak for loggedin user. However, oauthService.getIdentityClaims() ...
J.K.A.'s user avatar
  • 7,364
1 vote
1 answer
1k views

We have projects using the manfredsteyer/angular-oauth2-oidc GitHub project to do our OIDC flows. In the Authorization Code Flow, after the User logs in at the IDP, the IDP calls a url from the ...
Vaccano's user avatar
  • 83.3k
1 vote
2 answers
503 views

My situation is this. I have a legacy Angular application which calls a Node API server. This Node server currently exposes a /login endpoint to which I pass a user/pwd from my Angular SPA. The Node ...
royneedshelp's user avatar