You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature:
Currently an authenticated system user has access to all features. This feature request call for creation of methods or sections using Method Security in spring to allow only access to set in DB
Why:
A User facing application API may have access to all TOTP APIs other than unblock. While administration API may not have access to generate TOTP or QR. This will clearly segregate the purpose of role for which system users are being created.
Solution:
Create a feature table in database that will decide which methods are accessible to which system user.
Using method security and Spring grant authority check at method level on which methods are allowed access.
Feature:
Currently an authenticated system user has access to all features. This feature request call for creation of methods or sections using Method Security in spring to allow only access to set in DB
Why:
A User facing application API may have access to all TOTP APIs other than unblock. While administration API may not have access to generate TOTP or QR. This will clearly segregate the purpose of role for which system users are being created.
Solution: