Forum Discussion
Waqas Chaudhry
Sep 05, 2018Copper Contributor
Azure Blockchain workbench API is not returning list of applications
Dear Blockchain gurus, We followed below link to create Azure Blockchain workbench infrastructure. https://docs.microsoft.com/en-us/azure/blockchain-workbench/blockchain-workbench-deploy Cre...
Zeyad Rajabi
Sep 06, 2018Former Employee
I recommend looking at:
https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/auth-samples/bearer-token-retrieval
Waqas Chaudhry
Sep 06, 2018Copper Contributor
Thanks Zeyad, attached error occurred while accessing link.
- Zeyad RajabiSep 06, 2018Former Employee
Try https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/auth-samples/bearer-token-retrieval
- Garrett DrummondSep 21, 2018Copper Contributor
Documentation appears incomplete for https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/auth-samples.
Its states: Navigate to this directory and run the following commands:
npm install npm start
What directory is it referring to? It does the same statement for the Option 2 Docker install. Thanks.
- Ali HajimirzaSep 24, 2018Former EmployeeHi there,
You need to navigate to `bearer-token-retrieval` folder. The relative path is `blockchain/blockchain-workbench/auth-samples/bearer-token-retrieval`
- Waqas ChaudhrySep 10, 2018Copper Contributor
Thanks alot.