
hxr1m (hxr1m) asked a question.
Problem:
I am trying to send an API to Okta which the JSON body needs to include an Okta variable in the format of ${variable_name}. Which is the same format as SNOW variable substitution for REST messages. Due to this when it gets to the destination Okta receives no value as SNOW is looking at it as a variable and does not send it as is.
Example:
"idpIssuer": "http://www.okta.com/${org.externalKey}",
When I check okta it receives it as
"idpIssuer": "http://www.okta.com/",
What I have tried:
Tried sending ASCII equivalent for '{' and '}' with &*123; and &*125;
Is there alternate variable formats or custom?
Is there a way to update an API application with the values needed. Meaning create the SAML 2.0 App and the go back and update just "idpIssuer": "http://www.okta.com/${org.externalKey}",

Hey there! Sorry for the lack of response here on the Discussions forum. If you’re still looking for an answer, I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.