This may not be related to Agent Studio specifically but it relates to a plugin I’m creating that prompts for user OAuth2.0 authorization so I thought I’d post here first.
I'm looking for a way for users to be able to clear Moveworks authorization tokens after they've already made an authorization between their Moveworks account and some other application. For example, if a user has made an authorization between their Moveworks account and Jira, the user can remove their Moveworks connection in their Jira settings, but I don’t see a way for users to remove the Jira connection in Moveworks. With Moveworks still seeing the connection which is no longer valid, the plugin then returns authorization errors and doesn’t prompt for a new authorization to overwrite the existing authorization.
I didn't find any documentation on this, and the instructions I'm given by Agent Architect do not work, for example asking the bot to manage connections or disconnect the application. Agent Architect also mentions this should be able to be done from https://<company>.moveworks.com/auth/connections but that also doesn't work and returns some raw code. Agent Architect tells me it's a Moveworks configuration issue on the backend causing this URL to respond the way it does, where it returns that raw code so that might require a support ticket.
Is there a better or alternative way? Can user authorizations be removed by Moveworks Admins? Should https://<company>.moveworks.com/auth/connections allow users to remove authorizations?
Thank you!