samples-js-react
samples-js-react copied to clipboard
Updating Readme and default config file to clarify what the Org URL i…
…s and where to find it (this tripped me up during app creation.
Yes, I think this would help.
On Mar 16, 2018, at 17:31, Dave Nugent [email protected] wrote:
@drnugent commented on this pull request.
In custom-login/README.md:
Now place these values into the file
src/.samples.config.jsthat was created for you in this project:export default { oidc: { clientId: '{clientId}', - issuer: 'https://{yourOktaDomain}.com/oauth2/default', I can do that (although it wouldn't have helped me since I didn't read the comments before filling in the values.) Would it also make sense to change the "Org URL" in the dashboard to "Your Okta Domain" for clarity? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
when i run npm install .samples.config.j is created by default. may i know the background of this? how is that happening?