Add scope support to OpenIdConnectAuth#11153
Conversation
The model now accepts an optional `Scopes` template parameter so operations can declare required scopes. The OpenAPI3 emitter emits those scopes on each operation's security requirement while the scheme object itself remains unchanged. Existing usages without scopes are unaffected.
9826a58 to
3fd3841
Compare
commit: |
|
All changed packages have been documented.
Show changes
|
The model now accepts an optional
Scopestemplate parameter so operations can declare required scopes. The OpenAPI3 emitter emits those scopes on each operation's security requirement while the scheme object itself remains unchanged. Existing usages without scopes are unaffected.