Skip to content

Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Mar 16:02
548c88f

1.0.0-beta.6 (2024-03-13)

Features Added

  • Updated token internal validation to utlizie Microsoft.IdentityModel.Protocols.OpenIdConnect to get OIDC configuration.

Breaking Changes

  • Removing 'TeantId' from the AuthenticationEventTrigger Attribute API configuration
  • Adding 'AuthorizedPartyAppId', 'AuthorityUrl' to the AuthenticationEventTrigger Attribute API configuration
  • Adding 'AuthenticationEvents__ShowPIIDataInLogsKey` (defaults to true) to configuration manager for logging PIIData in logs
  • Updated the Failed and Completed methods to not be async

Bugs Fixed

  • Made the request validation errors return 400 and the response validation errors return 500.

Other Changes

  • Cleaned out unused methods.
  • Renamed MiscTests.cs to RequestResponseModelTests.cs