Calling get Oauth Token UI action from sublow or flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 01:40 AM
I want to create subflow in order to reset user password from subflow. This part is working only if Azure token is refreshed. Manually it can be done thru UI action. How to call it in subflow before reset?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 04:28 AM
Yes you can call. Explore FlowAPI below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 05:58 AM
I dont want to run flow. I want to run what is in UI action. Either from subflow or using REST API
basically ui action is opening window with link: oauth_initiator_url = '/oauth_password_input.do' +
'?sysparm_oauth_requestor_context=' + oauthRequestorContext +
'&sysparm_oauth_requestor=' + oauthRequestorSysId +
'&sysparm_oauth_provider_profile=' + oauthProfileId;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 06:54 AM
@js20 any luck with doing this? I need to script automating this as well.