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
US: As a user I don't want to "go to /c/e endpoints then log out somehow then relog or sg. like that". I want a clear view where I can see my granted roles, refresh my roles and go to the admin page.
AC:
Create a page apiBaseUrl/lemmein:
Show the current roles associated with the user or a login button if there are none
Create user by logging in
Check for permissions to add to the user (run this checks not just the first time a user was logged is)
Add permissions to the page (with permitAll)
Use colors similar to the admin and use the tenant accent color
Create a new entity UserGrantEntity:
Check by email (both providers) or neptun
Add the option to grant group, role, permission or permissionGroup
Groups and roles can: DO_NOT_CHANGE, OVERRIDE
Permissions and permission groups can: DO_NOT_CHANGE, OVERRIDE, GRANT
The text was updated successfully, but these errors were encountered:
US: As a user I don't want to "go to /c/e endpoints then log out somehow then relog or sg. like that". I want a clear view where I can see my granted roles, refresh my roles and go to the admin page.
AC:
Create a page
apiBaseUrl/lemmein
:Create a new entity
UserGrantEntity
:The text was updated successfully, but these errors were encountered: