samples-js-react icon indicating copy to clipboard operation
samples-js-react copied to clipboard

Updating Readme and default config file to clarify what the Org URL i…

Open drnugent opened this issue 7 years ago • 2 comments

…s and where to find it (this tripped me up during app creation.

drnugent avatar Mar 16 '18 22:03 drnugent

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.js that 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.

mraible avatar Mar 17 '18 01:03 mraible

when i run npm install .samples.config.j is created by default. may i know the background of this? how is that happening?

hydanjan avatar Aug 03 '18 21:08 hydanjan