gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

Spec out an extension of application to exercise RBAC #41

Closed gingeleski closed 4 years ago

gingeleski commented 4 years ago

Currently, the example application -- as spec'd out -- doesn't provide opportunity for decent access control testing.

I want to add at least a couple elevated functions (i.e. admin role only) to tee up tests of role-based access control.

This issue is just the specification part of that, not implementation.