You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need better support for enrichment of swagger doc with what the actual scope requirement is for individual API endpoints (across all our APIs in authentication/resource-register/registry/access-management/authorization). As the current authorize attribute, e.g.: [Authorize(Policy = AuthzConstants.AUTHORIZESCOPEACCESS)] alone is not reflected in the generated open api specification
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
We need better support for enrichment of swagger doc with what the actual scope requirement is for individual API endpoints (across all our APIs in authentication/resource-register/registry/access-management/authorization). As the current authorize attribute, e.g.:
[Authorize(Policy = AuthzConstants.AUTHORIZESCOPEACCESS)]
alone is not reflected in the generated open api specificationAdditional Information
No response
The text was updated successfully, but these errors were encountered: