Skip to main content
2 votes
2 answers
156 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
106 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
  • 324
0 votes
1 answer
81 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
821 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
183 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,802
2 votes
0 answers
561 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
131 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
70 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
59 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
623 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
360 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
134 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
440 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
753 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

15 30 50 per page
1
2 3 4 5
10