pingidentity / pingone-sample-custom-signon

This sample demonstrates the PingOne flow orchestration service implementation to authorize the application or user that initiated the authentication request. Flow services that are used only to implement custom authentication UIs.
Other
20 stars 21 forks source link

Is the documentation updated? #51

Open artecher opened 3 years ago

artecher commented 3 years ago

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:

  1. In Getting Started section, it is saying clone the repo git clone git@github.com:pingidentity/pingone-sample-custom-signon.git ., then you can build the project with npm install or yarn install. However, the package.json is not under pingone-sample-custom-signon. It is in the sub folders of react or react-auth-client
  2. when executing yarn start, got error Invalid environmentId parameter: undefined. environmentId should be a valid UUID. In the code, it seems environmentId should be set in the url, but documentation didn't mention this.
OndrejJanacek commented 2 years ago

I have same problem