<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D5KZ00000cIHaa0AGOkta Classic EngineSingle Sign-OnAnswered2025-04-22T15:12:02.000Z2025-04-21T23:00:50.000Z2025-04-22T15:12:02.000Z
Configuring ASP.NET Core Application with Okta Authentication Along With Reverse Proxy

Hi,

When we have reverse proxy authentication no working. Following is our application sample App01 flow diagram.

/help/servlet/rtaImage?refid=0EMKZ000000ctRn 

/help/servlet/rtaImage?refid=0EMKZ000000ctSH 

 /help/servlet/rtaImage?refid=0EMKZ000000ctSCSettings:

 "Okta": {

 "OktaDomain": "https://Domain.okta.com",

 }

 

  1. Redirect URL is coming as https://App01/oauth2/default/v1/authorize?client_id=0oa1i8zo7fdTw4RUB358&redirect_uri=https://App01/authorization-code/callback&response_type=code&scope=openid profile email&code_challenge . Is this redirect Uri Correct in the case of reverse Proxy?  

Or

redirect_uri should be https://domain.okta.com/authorization-code/callback ?

 

Please suggest me how to make App01 with reverse Proxy to make it work.

Thanks,

Hanu


This question is closed.
Loading
Configuring ASP.NET Core Application with Okta Authentication Along With Reverse Proxy