Skip to content

Commit

Permalink
Small grammar & spelling corrections.
Browse files Browse the repository at this point in the history
OKTA-370645
<<<Jenkins Check-In of Tested SHA: c35ecc6 for [email protected]>>>
Artifact: samples-nodejs-express-4
  • Loading branch information
hagenhaus authored and eng-prod-CI-bot-okta committed Feb 17, 2021
1 parent 647be99 commit 0e84746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/views/home.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<p>Welcome back, {{userinfo.name}}!</p>
<p>You have successfully authenticated against your Okta org, and have been redirected back to this application. Here are some cool things to know:</p>
<ul>
<li>The <a href="https://github.com/okta/okta-oidc-js/tree/master/packages/oidc-middleware">Okta OIDC Middleware Library</a> library has created a local cookie session for you, to persist your authentication.</li>
<li>The session contains the information retrieved from the <a href="https://developer.okta.com/docs/api/resources/oidc#get-user-information">User Info Endpoint</a> of the cofigured issuser. This information is automatically persisted for you, and can be read from <code>req.userContext.userinfo</code></li>
<li>The <a href="https://github.com/okta/okta-oidc-js/tree/master/packages/oidc-middleware">Okta OIDC Middleware Library</a> has created a local cookie session to persist your authentication.</li>
<li>The session contains the information retrieved from the <a href="https://developer.okta.com/docs/api/resources/oidc#get-user-information">User Info Endpoint</a> of the cofigured issuer. This information is automatically persisted for you, and can be read from <code>req.userContext.userinfo</code></li>
<li>Visit the <a href="/profile">My Profile</a> page in this application to see an example of using this data.</li>
</ul>
<p></p>
Expand Down

0 comments on commit 0e84746

Please sign in to comment.