<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
0D51Y0000A2TRQYSQ4Okta Classic EngineOkta Integration NetworkAnswered2020-12-07T23:46:23.000Z2020-12-04T15:23:48.000Z2020-12-07T23:46:23.000Z
After building the BuildAuthenticationUrl i am getting 404 after opening the URL in chrome

 return $"{OktaConfiguration.OrganizationUrl}/oauth2/default/v1/authorize?response_type={IDToken}&ope=openid%20profile&redirect_uri={OktaConfiguration.Callback}&client_id={OktaConfiguration.ClientId}&state={state}&code_challenge{codeChallenge}&code_challenge_method={CodeChallengeMethod}&nonce={nonce}"

 

this how i am building the authentication url

 

i don't is there any issue in this


This question is closed.
Loading
After building the BuildAuthenticationUrl i am getting 404 after opening the URL in chrome