Hi,
I just started developing application for OKTA. I am using the sample code from:
The project is working fine. But I am curious, the following route is not implemented by the project:
http://localhost:8080/authorization-code/callback
I use fiddler to capture the traffic and notice it did get call. I am wondering how the url can work without even being implemented?
Thanks