eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

[OAS 3.1.0] All security schemes may now define required roles #590

Closed Azquelt closed 4 months ago

Azquelt commented 8 months ago

Previously, in a Security Requirement Object, roles were only valid for oauth2 and openIdConnect (where they correspond to required scopes required for execution) but now roles can be specified for all security schemes.

We should:

benjamin-confino commented 4 months ago

Please assign this one to me.