OIN - SCIM - can I use a variable in the URL?

Working on SAML OIN, I can use a variable for the ACS, e.g. https://login.${org.tenant}:443/v1/auth/saml/${org.samlidpid}/callback

(app published and working).

Now I want to add SCIM capabilities, but it seems the Base URL does not take variables - when I try https://scim-api.${org.tenant}/scim/v2, I get an error.

Is this possible somehow?

Our SCIM endpoint is tied to customer tenant.

Thanks,

Hi @ranshe, where are you getting this error i.e., when testing with a SCIM OIN app instance? You can specify multitenancy in the submission process: Submit an integration with the OIN Wizard | Okta Developer, but probably not in the testing process.

@ranshe can you try this instead ' https://scim-api .' + app.tenant + '/scim/v2'as the integration variables have a different set up for SCIM OIN submission vs SSO OIN submission.

2 Likes

Thanks, found it yesterday, verified.
I wish it was the same variable syntax everywhere…

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