nextcloud / nextcloud/user_oidc
Would be nice to have a oidc_login_logout_url like oidc_login plugin has
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 181
- Forks
- 60
- Avg merge
- 7h 34m
- Merged PRs (30d)
- 26
Description
This feature would allow you to re-direct to another URL after logging out of Nextcloud with Authelia. Right now it just goes to the Authelia log out screen.
Here's the current flow:
Login to Nextcloud with Authelia -> Logout -> Goes to Authelia log out screen
What I'd like is:
Login to Nextcloud with Authelia -> Logout -> Logs out of Authelia and goes back to Nextcloud login screen
(When you specify the oidc_login_logout_url option to be the Nextcloud URL https://nextcloud.domain.com)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing oidc_login logout flow and how the oidc_login_logout_url option is handled. Confirm the desired behavior for Authelia: logout should return to the configured Nextcloud URL and show the login screen; verify the result with the relevant logout or integration checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100