mirror of
https://github.com/admin-ch/CovidCertificate-Backend-Authorization.git
synced 2026-08-25 20:54:21 +00:00
Read-only mirror of https://github.com/admin-ch/CovidCertificate-Backend-Authorization — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source.
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
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.