Security Settings



When using the MultiAuthPlugin, changes made to Users and Roles, using the panels below, only affect Basic authentication.
Users and Roles for the other authentication schemes, such as the Bearer scheme (JWTAuthPlugin), are managed by an external provider.
Thus, not all users with access to the system are displayed below; only users managed by the BasicAuthPlugin are displayed on this screen.
{{securityAPIError}}
Users
Users are managed by an external provider.
Username | Roles |
---|---|
{{u.username}} | {{displayList(u.roles)}} |
Roles
Roles are managed by an external provider.
Role | Users |
---|---|
{{r.name}} | {{displayList(r.users)}} |
Permissions
Name | Roles | Collection | Path | Method | Params |
---|---|---|---|---|---|
{{p.name}} | {{displayRoles(p.roles)}} | {{p.collectionNames}} | {{displayList(p.paths)}} | {{displayList(p.method)}} | {{displayParams(p.params)}} |
![]() |