specklesystems / speckle-powerbi-visuals

Custom Speckle visuals for PowerBI
Apache License 2.0
28 stars 10 forks source link

Figure out authentication strategy for visual #13

Closed AlanRynne closed 11 months ago

AlanRynne commented 1 year ago

From #10 and #11

Viewer cannot fetch data from private streams due to it lacking access to the Data Connector token.

Not sure if this is something that can be provided, or if we're going to have to re-invent the wheel on this one.

Possible options:

AlanRynne commented 1 year ago

Passing the data to the token is not a viable alternative. I've had chat with Alex about option 2, which is not going to be immediately doable.

AlanRynne commented 1 year ago

After fixing #30 we can enable the viewer to do OAuth on it's own.

Just let Vue handle the entire auth logic as we've done in plenty other apps. We already have a powerbi app so there is no server-side blocker for this, unless we want to have a separate app for metrics purposes.

AlanRynne commented 1 year ago

This is now unblocked :D

bimgeek commented 11 months ago

Closing this ticket as we are moving to Jira to reduce noise. You can access it there.