What is authorization-code/callback in Github .Net sample

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

This is a route created by the Okta.AspNet middleware. https://developer.okta.com/docs/guides/sign-into-web-app/aspnet/define-callback/

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