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.
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.