I followed the tutorial for creating a WebForm with OpenId/Okta. However, I keep receiving an error when it tries to get the openid-config, I keep getting this error:
IDX20803: Unable to obtain configuration from: 'https://{oktaAuthority}.okta.com/oauth2/default/.well-known/openid-configuration'.
I have verified that localhost:8080 is listed as a trusted origin and has CORS and Redirect enabled. I verified that my IISExpress is using a valid trusted cert. and I also have verified that I can load the above URL through my browser. So it is just my application that is unable to hit this URL.
Any ideas on what else I could be checking or how I could fix this?