You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if we could use the credentials used in the azure devops integration used by Backstage to access the data in a Private Azure DevOps repository.
Possible Implementation
Reading through possible scenarios, it seems a way that it could be implemented is writing a backend plugin to retrieve the credentials, then have the frontend client call the backend api. I did have a small play with code, but was blocked by not being able to use React hooks in the class with the ScoringApiClient.
Context
Our organization uses Azure DevOps, which requires authentication as we are not allowed any public data.
We currently use the azure devops integration, so would be good if we can use the same credentials to access data.
The text was updated successfully, but these errors were encountered:
Feature Suggestion
It would be good if we could use the credentials used in the azure devops integration used by Backstage to access the data in a Private Azure DevOps repository.
Possible Implementation
Reading through possible scenarios, it seems a way that it could be implemented is writing a backend plugin to retrieve the credentials, then have the frontend client call the backend api. I did have a small play with code, but was blocked by not being able to use React hooks in the class with the ScoringApiClient.
Context
Our organization uses Azure DevOps, which requires authentication as we are not allowed any public data.
We currently use the azure devops integration, so would be good if we can use the same credentials to access data.
The text was updated successfully, but these errors were encountered: