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:
name: current-subject
in: header
required: true
required: false
schema:
type: string
description: Identifying name of the current subject (e.g. user).