Repository URL to install this package:
|
Version:
0.4.17 ▾
|
| dist |
| README.md |
| package.json |
A library of React components for use in applications at BMC
Run the following command:
yarn add react-bmc-common
The .yarnrc file needs to be in place with a scoped package repository reference to the gemfury repository.
"@bmc:registry" "https://npm.fury.io/bmc/"
First, you need to build the distributable package:
yarn build
Then you should be able to run
yarn publish
Note: You may be required to authenticate by running:
yarn login --registry="https://npm.fury.io/bmc/"
yarn upgrade-interactive
yarn version --patch
or
yarn version --minor
Don't use this. Produces a "thin" token. This doesn't provide group claims. So, it can't be used for this library.
Note: This would change if we added the authorization server package to our Okta plan.
This is the setup that you must use for the groups claim to be returned.


Note the use of the Groups claim filter.