SCIM Integration - Okta callback gets 503 error

I found several posts with similar issue but I don’t see a straight answer. Sorry I have to ask it again.

I’m trying to provison SCIM integration with a SAP Commerce (Hybris) application which has an OAuth2 server too.

It seems to me that it will be something to be done at Okta side. Does anyone know what it could be? Thanks a million!

In checking our logs, it seems like the token endpoint configured for this integration is hosted locally (https://*****.local:9002) so we did not make the request.

Is your OAuth server and its associated endpoints not available publicly?

Andrea,

Thank you for checking it back. Yes. It is a test environment. I thought every request/response is handled by URL redirecting, so the web browser is always initiating the transaction. If it is not the case and the 503 error is the result that Okta cannot connect to the localhost, we have some environments that are accessible publicly and have the same issue. I will collect some information from those environment and post it here. Thank you!

1 Like

Yeah, the /token request is going to be a backend POST call, so it will need to be publicly available.