Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Nov 1, 2024
1 parent 2faa34c commit a99edd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
3.3.1
========
- Updated to Microsoft.Identity.Model.* 8.2.0
- Updated to Microsoft.IdentityModel.* 8.2.0

### Supportability
- Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the `appsettings.json`, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json:
`"$schema": "https://raw.githubusercontent.com/AzureAD/microsoft-identity-web/refs/heads/jmprieur/jsonschema/JsonSchemas/microsoft-identity-web.json"`
`"$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json"`
This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR [#3119](https://github.com/AzureAD/microsoft-identity-web/pull/3119) for details.

### Fundamentals
Expand Down

0 comments on commit a99edd9

Please sign in to comment.