-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When adding Can view Authenticated Session as a global permission to a role, authentik returns 405
To Reproduce
Steps to reproduce the behavior:
- Create a role
- Go to the roles settings
- Add global permission for Can view Authenticated Session
- Response returned an error code in GUI, 405 in console
Expected behavior
Permission to be successfully added.
Logs
Output of docker-compose logs or kubectl logs respectively
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 141119, "schema_name": "public", "task_id": "fbf069ab-67cf-4ab0-8a4b-e0f4afdda981", "task_name": "event_trigger_handler", "timestamp": "2025-05-09T05:16:41.314635"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 141119, "schema_name": "public", "state": "SUCCESS", "task_id": "fbf069ab67cf4ab08a4be0f4afdda981", "task_name": "event_trigger_handler", "timestamp": "2025-05-09T05:16:41.360221Version and Deployment (please complete the following information):
- authentik version: 2025.4.0
- Deployment: docker-compose
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working