This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So as the title says i am trying to setup OIDC with Owncloud Infinite Scale with Authelia for authentication i have it working but i am stuck on one part Authelia does not yet support prompt handling and causes Owncloud to get stuck on OIDC callback but i am able to get correctly redirected to Authelia and apporve log in request but get stuck on Owncloud you are being logged in screen.
I found this guide here and it worked for the most part but the are using Caddy instead of NGINX proxy manager and the say you have to rewrite the url to bypass Ownclouds prompt handling in this Caddy file example below.
auth.{$MY_DOMAIN} {
# This is necessary until Authelia learns prompt handling. It's planned for beta 7 (https://www.authelia.com/roadmap/active/openid-connect/#beta-7).
# Without this, the ownCloud desktop client cannot authenticate.
uri /api/oidc/authorization replace &prompt=select_account consent ""
reverse_proxy authelia:9091
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
}
}
I have searched Google and attempted many failed times to try and configure NGINX to do the same so my question is how would i do this URL rewrite in a NGINX Proxy Manager any help welcome thank you.
Subreddit
Post Details
- Posted
- 6 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/selfhosted/...