Automatically Pass Token from Oracle Web and Slack Channel to ODA Custom Skill
Hi,
I want to automatically Pass Token from Oracle Web and Slack Channel to ODA Custom Skill, to use this token to access the Oracle Fusion REST endpoint.
I am getting token with "System.OAuth2AccountLink", but when I use "System.OAuth2AccountLink", it expects user to click on login/get token button, which I want to happen in background.
The flow should be like -
1, User open the chat window/slack window and types Hi
2. Skill routes it to state with component "System.OAuth2AccountLink"
3. It fetches the token and stores in user.variable
4. if user doesn't have access, route to the error state in "System.OAuth2AccountLink"
0