Hey there,
I’m attempting to create an Application that uses OKTA for User management. I was following some guides online and have created my application on OKTA with the Login redirect URIs : http://localhost:5000/authorization-code/callback, I’ve created my Auth Token but I’m getting stuck with enabling Self-Service Registration. When I try to use a Default Redirect (Custom URL) and set it to be a http://localhost:5000/ it just gives me an error saying it’s not a valid redirect URI. Any ideas what I might be doing wrong?
edit: essentially trying to do what’s in the prerequisites (https://developer.okta.com/quickstart/#/okta-sign-in-page/nodejs/express) here but it’s not allowing me to.
edit2: Nevermind, it worked eventually
Any help is appreciated,
Tom.