<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
0D54z00007lPToWCAWOkta Classic EngineIntegrationsAnswered2024-04-16T11:51:59.000Z2022-06-28T13:02:28.000Z2022-06-29T16:24:15.000Z

lsil8 (lsil8) asked a question.

400 Bad Request

Hi All

 

I am trying to configure my app to use okta oauth2 and i get as far as when i click the sign in with okta it shows me 400 Bad Request, but no further details of what is wrong

any ideas what i can troubleshoot, i can confirm the redirect uri is correct

 

here is my config(redacted of course)

"oauth2": [{

  "enable": true,

  "debug": true,

  "client_id": "redacted",

  "client_secret": "redcacted",

  "project_id": "myapp",

  "auth_uri": "https://-xxx.okta.com/oauth2/default/v1/authorize",

  "token_uri": "https://xxx.okta.com/oauth2/default/v1/token",

  "redirect_uri": "https://app1.xxx.com/api/v3/oauth2/auth",

  "service_redirect": "/api/v3/oauth2/redirect",

  "profile_uri": "https://xxxx.okta.com/oauth2/default/v1/userinfo",

  "grant_type": "authorization_code",

  "response_type": "code",

  "provider_name": "okta",

 


This question is closed.
Loading
400 Bad Request