blog.broncotoxique.com

Juste another geek’s website

Tag: Swagger

  • Howto: Swagger OIDC and Spring Boot 3

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