We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I'm looking for a way to manage my management, reading and writing scopes. To illustrate my point we can take the example of github scopes : https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps
For PUT/GET APIs I'm looking to implement my scopes into the OpenApi spec this way :
Get profile/{profileId} security
PUT profile/{profileId} security
PUT profile/{profileId}/addresses security
I also tried to split each scope in différent security auth but it's not working.
Is there a way today to achieve the expected result? Have you thought about implementing a oneOf scope strategy to handle this case?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Hello
I'm looking for a way to manage my management, reading and writing scopes.
To illustrate my point we can take the example of github scopes : https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps
Use cases
For PUT/GET APIs I'm looking to implement my scopes into the OpenApi spec this way :
Get profile/{profileId}
security
PUT profile/{profileId}
security
PUT profile/{profileId}/addresses
security
I also tried to split each scope in différent security auth but it's not working.
Is there a way today to achieve the expected result?
Have you thought about implementing a oneOf scope strategy to handle this case?
Thanks
The text was updated successfully, but these errors were encountered: