I've been learning Helidon MP features from github as it is one of the most reliable sources due to the weak community of framework. However, the configurations and instructions represented for security is a bit difficult to get. The examples work fine for demo applications where usernames, passwords, roles and realms are hardcoded into application.yaml file but as the users are always stored in database, sometimes even roles are read from database wrapped in a Role object. I'm sure that there exists a more dynamic configuration to Helidon security; for instance, I read about implementing AuthenticationProvider and AuthorizationProvider and adding providers to Security object but how is that object registered in the application? Any links or code samples would be very useful. thanks
Asked
Active
Viewed 830 times
1 Answers
1
Helidon MP comes with a full set of documentation related to security providers, including a section on how to extend security.

Laird Nelson
- 15,321
- 19
- 73
- 127