Tag: Swagger
-
Howto: Swagger OIDC and Spring Boot 3
This small post will show you how to setupt an OIDC authentication on the Swagger-UI interface of your Spring-Boot backend. The important part is, in the example the “client” used for the Swagger authentication will be different than the client used for the “main” authentication, that will allow you to turn off one authentication channel…