Skip to content

Commit 947723e

Browse files
committed
Better opening section for security schemes
1 parent dcace33 commit 947723e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

draft-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ That's not all! Here are the rest of the changes for this release, each one is s
8383

8484
#### Updated security schemes
8585

86+
Since the OpenAPI 3.1 release, there have been plenty of good innovations in API security. OpenAPI 3.2 brings support for some of the key areas so you can keep pace with best practice on security topics.
87+
8688
- Support for [OAuth2 Device Authorization flow](https://datatracker.ietf.org/doc/html/rfc8628) with additional `deviceAuthorization` field in the `flows` object and for the individual flow, a new field `deviceAuthorizationUrl` alongside `tokenUrl`. This flow is designed for devices that have limited inputs such as TVs, printers, and kiosks.
8789
- Additional security scheme field: `oauth2MetadataUrl` URL for auth server metadata, as described by the [OAuth2 Server Metadata Standard](https://datatracker.ietf.org/doc/html/rfc8414).
8890
- Additional `deprecated` field for security schemes (indicating that the scheme may still be supported, but that it should not be used).

0 commit comments

Comments
 (0)