Skip to content

Commit

Permalink
Adjustments (#31)
Browse files Browse the repository at this point in the history
* we are now using env var for client_secret

* update relative date

* wordfix

* Fix 2 high severity vulnerabilities
  • Loading branch information
steinsiv authored Sep 23, 2024
1 parent 1a38d60 commit 386c6a1
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 53 deletions.
2 changes: 1 addition & 1 deletion docs/content/the_basics_of_aanda_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk
* The process for a protected resource to query the authorization server to verify validity of a OAuth2 token
* An extension to OAuth2 defined in [rfc7662](https://datatracker.ietf.org/doc/html/rfc7662)
* Getting tokens type by ref and querying for "details"
* Not currently supported by Microsoft Entra ID<br/> ([5+ year old request](https://feedback.azure.com/d365community/idea/ea407180-be25-ec11-b6e6-000d3a4f0789))
* Not currently supported by Microsoft Entra ID<br/> ([7+ year old request](https://feedback.azure.com/d365community/idea/ea407180-be25-ec11-b6e6-000d3a4f0789))
* No introspection limits the value of the /revoke end-point?
1 change: 0 additions & 1 deletion ex-01/doc/requesting_an_access_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Steps:

* Explore the `POST` request in 'authCode.http'
* Copy the one-time `Code` from previous exercise (leg 1) to `&code=` of the post request
* Copy the client_secret value into the "clip-board"
* Select "Send the request" in VSCode (just above the POST definition)
* Explore the results in the 'Response window'

Expand Down
16 changes: 9 additions & 7 deletions ex-02/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ex-04/doc/security_considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this section we will discuss a few security related implication that we are f
* [OAuth 2.0 for Browser-Based Apps](https://datatracker.ietf.org/doc/draft-ietf-oauth-browser-based-apps/)
* Good practice: Protocols (and Frameworks) does not guarantee security, Developers Do
* Good practice: For Microsoft Frameworks, Use MSAL (v2) - not ADAL (v1 is deprecated)
* Good practice: Practice continuos threat modeling. Visit [appsec.equinor.com](https://appsec.equinor.com/threat-modeling/) for more information. ⚡️
* Good practice: Practice continuous threat modeling. Visit [appsec.equinor.com](https://appsec.equinor.com/threat-modeling/) for more information. ⚡️

## --Now You--

Expand Down
16 changes: 9 additions & 7 deletions ex-04/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-05/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-09/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-10/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-10/got-episodes-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-11/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ex-11/got-episodes-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 386c6a1

Please sign in to comment.