Skip to content
New issue

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

How to specify security settings for OpenAPI? #933

Open
1 task done
jonasesr opened this issue Jan 8, 2025 · 1 comment
Open
1 task done

How to specify security settings for OpenAPI? #933

jonasesr opened this issue Jan 8, 2025 · 1 comment

Comments

@jonasesr
Copy link

jonasesr commented Jan 8, 2025

Scribe version

4.x

Your question

I have already searched the entire source code and documentation, but I have not yet found the possibility to set the security options for OpenAPI (see: OPENAPI 3.0 definition->authentication#scopes). The background: For my API it is not only important whether a user is authenticated or not, but also whether he has the scope to call the API endpoint. Is there already a solution for this?

Docs

@shalvah
Copy link
Contributor

shalvah commented Jan 13, 2025

Does the overrides section in the openapi config not work for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants