Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Calling get Oauth Token UI action from sublow or flow.

js20
Mega Guru

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?

3 REPLIES 3

nayanawadhiya1
Kilo Sage

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;

goldenjc97
Tera Contributor

@js20 any luck with doing this? I need to script automating this as well.