samples-nodejs-express-4 icon indicating copy to clipboard operation
samples-nodejs-express-4 copied to clipboard

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos

Results 23 samples-nodejs-express-4 issues
Sort by recently updated
recently updated
newest added

Operating System - Windows 'google-chrome' is not recognized as an internal or external command, operable program or batch file. child_process.js:648 throw err; ^ Error: Command failed: google-chrome --product-version 'google-chrome' is...

ISSUER=https://yourOktaDomain.com/oauth2/default SPA_CLIENT_ID=123xxxxx123 In which file we need to add the above field? not understand testenv

I encountered this same issue at a different okta sample and described the problem as well as presented the solution. As nobody responded, I could think that keeping the samples...

regarding your "sample-web-server.js" for okta-hosted login, if i want to send cURL request to your protected endpoint (the `/profile` endpoint), do i need access token & then include it as...

### [Express & Custom Login Page Example](https://github.com/okta/samples-nodejs-express-4/tree/master/custom-login#express--custom-login-page-example) The screenshot below should explain what this is about: ![image](https://user-images.githubusercontent.com/2712405/47820305-78873e80-dd33-11e8-89b4-f6b20a8c5655.png)

The title of this issue should be used in the context of the **[Express & Okta-Hosted Login Page Example](https://github.com/okta/samples-nodejs-express-4/tree/master/okta-hosted-login#express--okta-hosted-login-page-example)**. The **[Prerequisites](https://github.com/okta/samples-nodejs-express-4/tree/master/okta-hosted-login#prerequisites)** section states: Before running this sample, you will need...

To help avoid misconfiguration, this library should implement these checks against common errors: https://oktawiki.atlassian.net/wiki/spaces/PM/pages/552049922/Library+configuration+checks For this library, these checks apply: - [ ] Issuer - [ ] Client ID -...

enhancement