exxcellent / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
6 stars 3 forks source link

Authentication not triggered if required... #9

Closed rzozmann closed 5 years ago

rzozmann commented 5 years ago

With 0.12.0 a security inceptor is provided: With annotation forcing a user authentication the inceptor will check the auhentication, but not trigger that if missing the principal.

rzozmann commented 5 years ago

Solved