generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Spring25documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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-configurationThis should be added to CAMARA_common.yaml and probably applied to the API as a whole.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Spring25documentationImprovements or additions to documentationImprovements or additions to documentation