Okta returns 503 service unavailable during oauth

Hi

I’m facing an issue while trying to perform oauth authentication to my application via the “authenticate with app” option in the SCIM Provisioning tab. During the auth flow, when it tries to do a GET request to the callback URL, okta returns 503 service unavailable. It seems that there might be a problem from okta’s end.

The GET request goes to

https://.oktapreview.com/admin/app/cpc/dev-509262__1//oauth/callback?code=xxx&state=xxx

which returns a 503 error.

The request before this, sent to the okta system URL is

GET https://system-admin.oktapreview.com/admin/app/cpc/dev-509262__1/oauth/callback?code=xxx&state=xxx

and this returns a 302. However, the next redirection is showing 503 as mentioned before.

What exactly could I do to debug this issue? Is there a possibility that the issue could be from our application’s end? Any help would be appreciated.

If you see this again, you may want to open a Support case so that a support engineer can try to check our logs for the 503 error you’re seeing.

HI Andrea, im facing the same issue, can you please share what was the issue there and how can i fix it ?
tnx

I was unable to find a record of support case having been opened about this. Maybe @abhishek262 can let us know how they resolved this.

Hi,

I am facing exactly the same issue, can you please share how to solve it?

Thank you in advance!

Hi Qris, i think that my issue was the the DTO i returned from my side in “/OAuth” wasnt as expected by okta. check it out …

if u think i might be able to help ping me

Hey, what’s DTO? What change did you make to get this working? @amir4895

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