pingone-sample-custom-signon
pingone-sample-custom-signon copied to clipboard
Is the documentation updated?
I was trying to follow the README.md under pingone-sample-custom-signon/react/ to run the code. And found the documentation seems not maintained:
- In Getting Started section, it is saying clone the repo
git clone [email protected]:pingidentity/pingone-sample-custom-signon.git .
, then you can build the project withnpm install
oryarn install
. However, thepackage.json
is not underpingone-sample-custom-signon
. It is in the sub folders ofreact
orreact-auth-client
- when executing
yarn start
, got errorInvalid environmentId parameter: undefined. environmentId should be a valid UUID.
In the code, it seemsenvironmentId
should be set in the url, but documentation didn't mention this.
I have same problem