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

Add security to CAMARA_common.yaml #217

Open
AxelNennker opened this issue May 28, 2024 · 0 comments · May be fixed by #335
Open

Add security to CAMARA_common.yaml #217

AxelNennker opened this issue May 28, 2024 · 0 comments · May be fixed by #335
Labels
documentation Improvements or additions to documentation Spring25

Comments

@AxelNennker
Copy link
Contributor

Problem description
OpenAPI Specification allows APIs to describe their authentication and authorization requirements - their security requirements.
This is done by defining a security scheme that can than be applied to endpoints or to the API as a whole.

Commonly used security schemes of a Camara API should be in
CAMARA_common.yaml

Expected action
The IdentityAndConsent WG developed one security scheme for OpenId Connect.

components:
  securitySchemes:
    openId:
      type: openIdConnect
      openIdConnectUrl: https://example.com/.well-known/openid-configuration

This should be added to CAMARA_common.yaml and probably applied to the API as a whole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Spring25
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants