The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
NicolasArgente
2 years agoValued Contributor
OnPrem and RestApi : Help for the config
Hi there!
I am trying to use Postman to run a DM job sequence. I test the DM job locally and it works fine with no parameter. I am using Azure SSO to log on the server. I can retrieve a token f...
- 2 years ago
OK, I managed to make it work. I redid everything from scratch and it worked. Dont ask me why 🙂
RobbSalzmann
2 years agoValued Contributor II
Edited: subvars is indeed a single string. pbbbb. 🙂
Couple of quick things to try:
add the proper case and trailing slash to the basewebserverurl, and use an empty object for subvars instead of an empty string.:
{
"BaseWebServerUrl": "https://aiqos.io:50001/OneStreamWeb/",
"ApplicationName": "GolfStreamV65",
"SequenceName": "RestApi",
"CustomSubstVarsAsCommaSeparatedPairs": ""
}
- DanielWillis2 years agoValued Contributor
I leave off the OneStreamWeb, so would have:
"BaseWebServerUrl": "https://aiqos.io:50001/",- NicolasArgente2 years agoValued Contributor
Thanks DanielWillis !
I also tried that but it is not working.
I am on OS v8.1 by the way.
Can you check on your side the username I put in OS? Did I made a mistake...?- DanielWillis2 years agoValued Contributor
I think you need to set External Authentication Provider. Have you got your AzureSSO in there
Related Content
- 1 year ago
- 1 year ago
- 4 years ago
- 2 years ago