Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 767 Bytes

File metadata and controls

15 lines (9 loc) · 767 Bytes

CovidCertificate-Backend-Authorization

The backend authorization is responsible for managing authorization validation on a service's REST requests.

This project is released by the Federal Office of Information Technology, Systems and Telecommunication FOITT on behalf of the Federal Office of Public Health FOPH.

Configuration

This library is auto-configuring. Add the profile authorization to the profiles and add the library as dependency.

How it works

The file
META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
tells Spring-Auto-Configuration to load the class AuthorizationConfig. That class uses the annotation @ComponentScan to add spring beans delivered by this library to the spring context.