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
I've deployed fief server and worker into Sliplane. When I try to open /admin I get redirected to a login page, where I put credantials from FIEF_MAIN_USER_EMAIL and FIEF_MAIN_USER_PASSWORD. There I get a 403 Forbidden page, instead of admin dashboard.
Hi, I faced the same problem on my self-hosted service. I found a roundabout until you fix the permissions logic.
I connected to fief db with pgadmin and added a record to fief_user_permission table.
user_id took from fief_users table (my user id)
permission_id - from fief_permission (it was Fief Administrator)
from_role_id - from fief_roles (Administrator)
id - generated from online UUID generator
One remark: the record row number was zero, as you can see at pic.
Still, after I saved the record, admin access was granted from 'fief.mydomain/admin'.
A went to my user's roles and permission sections and added admin roles.
Describe the bug
I've deployed fief server and worker into Sliplane. When I try to open /admin I get redirected to a login page, where I put credantials from FIEF_MAIN_USER_EMAIL and FIEF_MAIN_USER_PASSWORD. There I get a 403 Forbidden page, instead of admin dashboard.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Admin dashboard opens
Configuration
The text was updated successfully, but these errors were encountered: