No webpage was found for the web address: http://localhost:8000/login/callback

I have developed an simple angular single page application and implemented OKTA SDK to enable authentication. After login through Okta custom login page, it is failed to redirect to my application specified route. Please help me to solve this issue. I am new to this OKTA integration
Thanks In Advance
Angular version: v13.1.1
Lib in use:
@okta/okta-angular”: “^6.3.0”,
@okta/okta-signin-widget”: “^7.12.2”,
In config redirect uri: http://localhost:8000/login/callback

Hi there @kartick.dey !

Just to do some gut checking, are you running Angular locally on port 8000 or do you use the standard port (4200)?

Do you have a route path for “login/callback” defined in your routing module that utilizes the Okta Angular Callback component?

Let’s see if we can figure this out together. :slight_smile:

1 Like

Hi @alisaduncan
Thanks for the reply…
After doing some deep research I have found that there is some issue with implementation of OKTA SDK in my application. But now I have corrected and it’s working as expected.
Thank you so much…

Glad to hear it! Feel free to shout out if you run into any other troubles!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.