Skip to main content

All Questions

0 votes
0 answers
63 views

Angular Okta-SignIn-Widget - observe event or hook when Allowed into an application or not

Right now, everything is working great - just need to be able to subscribe, or find an event or hook so I can log a successful login vs: Now these both come back from Okta as a success because the ...
naspinski's user avatar
  • 34.5k
1 vote
1 answer
212 views

Still error! No self service registration in Okta Directory, alraedy set profile enrollment, trusted cors, clientID and issuer

I am not able to find the SSR on the okta admin directory. I have enable the profile enrollment. I have set the trusted cors, put in issuer and clientID. But my angular still showing error in the ...
Raymond Peter's user avatar
0 votes
1 answer
204 views

Angular - Is it possible to take the inversion of the result of a router guard?

I am writing an Angular application using Okta for authentication. I have some pages that I only want to allow a user to activate if they are not authenticated. I could not find any guards or ...
Will Sutton's user avatar
0 votes
2 answers
2k views

Angular OKTA authentication always returns false

I have followed this documentation to create a test app https://developer.okta.com/docs/guides/sign-into-spa-redirect/angular/main/ I am able to see OKTA Sign in page After entering valid credentials ...
Naresh217's user avatar
  • 410
1 vote
5 answers
6k views

Okta Component giving error at runtime Cannot read properties of undefined (reading '_oktaUserAgent')

I am using OKTA authorization in my project but facing an error at runtime tried googling it but could not find any related solution Here is the error TypeError: Cannot read properties of undefined (...
Shivansh Bajpai's user avatar
1 vote
1 answer
4k views

Okta login page goes to infinite loop after user authentication

like this My Angular app integrated Okta access and user management API. The application backend is hosted in AWS Beanstaik and front end angular app is hosted S3. I checked the network response by ...
coder_sam97's user avatar
0 votes
1 answer
796 views

getting "OAUTH_ERROR" while attempting login to Okta

I have set up an angular app running on http://localhost:4200 on my local server. I am using Okta-signin-widget as authentication. When submitting the login form I get the following error in console: ...
deviloper's user avatar
  • 7,230