fix(backend): openapi-security - konsistent oauth2 statt bearerAuth #81
Labels
No labels
component/backend
component/docs
component/e2e
component/frontend
component/infra
component/keycloak
prio/high
prio/low
prio/medium
type/bug
type/chore
type/feature
type/refactor
type/test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WompSchmiede/FamilienFeierPlaner#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beschreibung
GET /api/v1/persons/me verwendet in openapi.yaml das Security-Scheme bearerAuth: [] statt oauth2: [openid, profile]. Alle anderen authentifizierten Endpunkte nutzen oauth2.
Schritte zur Reproduktion
Erwartetes Verhalten
Einheitlich oauth2: [openid, profile] fuer alle authentifizierten Endpunkte.
Tatsaechliches Verhalten
Ein Endpunkt weicht ab.
Umgebung