unauthenticated swagger-ui on- server-port and proper security filter integration into Spring Security #163

Merged
hsh-michaelhoennig merged 13 commits from feature/unauthenticated-swagger-ui-on-server-port into master 2025-03-17 12:59:53 +01:00
Showing only changes of commit 5512c6682c - Show all commits

View File

@ -6,7 +6,7 @@ components:
currentSubject: currentSubject:
name: current-subject name: current-subject
in: header in: header
required: true required: false
schema: schema:
type: string type: string
description: Identifying name of the current subject (e.g. user). description: Identifying name of the current subject (e.g. user).