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.
- I created a OAuth2 client in the SAP Commerce.
- Then in Okta SCIM integration, I filled out all the required information.Clicked on the button “Authenticate with {APPNAME}”.
- A new browser window directed me to the OAuth2 server. After login successfully, the browser window redirects to GET https://system-admin.okta.com/admin/app/cpc/dev-17947277_dcbackofficelocaltest_1/oauth/callback?code=XXXXXX&state=YYYYYY. The response is 302.
- Then then the browser window redirects to https://dev-17947277-admin.okta.com/admin/app/cpc/dev-17947277_dcbackofficelocaltest_1/ZZZZZZ/oauth/callback?code=XXXXXX&state=YYYYYY, here I got the 503 error.
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!