I have an Analytics Instance
in Oracle Cloud
. From my local spring boot
application I want to visit the Analytics Instance
dashboard.
Right now I put the Analytics Instance
dashboard url in -
<a target="_blank"
href="https://OCI-analytics-instance-dashboar-url">OCI BI dashboard
</a>
Upon clicking on the url it takes me to idcs
login page -
There I put the creds and finally view the analytics dashboard.
Now what I want to do is to omit the middle step. Is there any way to authenticate via REST API or OCI SDK behind the scene provided the idcs creds, upon clicking the analytics link it will directly show me the dashboard in a new tab?