mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #753] [CLOSED] Merging oidc branch with master #3291
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/753
Author: @joe307bad
Created: 12/2/2020
Status: ❌ Closed
Base:
develop← Head:oidc-to-master📝 Commits (10+)
46a2911Add UI tab for specifying OpenID Connect options for proxy hosts.102571fAdd database columns to store OpenID Connect information for Proxy Hosts.a2992aeUse OpenResty instead of plain nginx to support OpenID Connect authorization.69b56aeAdd a field to specify a list of allowed emails when using OpenID Connect auth.5a41fe9Allow limiting OpenID Connect auth to a list of users.8e1bfe5Manually set the default values for the OpenID Connect columns.4428b52Fix conditionals in the liquid template for OpenID Connect conf.878e164Updated the docs to add a section about OpenID Connectfe280a3Use localized strings for the OpenID Connect texts.9ee912bOpenIDC: Trigger the change event of the "restrict users" toggle when enabling/disabling oidc.📊 Changes
14 files changed (+489 additions, -5 deletions)
View changed files
➕
backend/migrations/20200522113248_openid_connect.js(+48 -0)➕
backend/migrations/20200522144240_openid_allowed_users.js(+40 -0)📝
backend/models/proxy_host.js(+42 -1)📝
backend/schema/definitions.json(+37 -0)📝
backend/schema/endpoints/proxy-hosts.json(+96 -0)➕
backend/templates/_openid_connect.conf(+47 -0)📝
backend/templates/proxy_host.conf(+2 -0)📝
docker/Dockerfile(+1 -1)📝
docker/rootfs/etc/nginx/nginx.conf(+10 -0)📝
docs/advanced-config/README.md(+23 -0)📝
frontend/js/app/nginx/proxy/form.ejs(+66 -0)📝
frontend/js/app/nginx/proxy/form.js(+59 -2)📝
frontend/js/i18n/messages.json(+10 -1)📝
frontend/js/models/proxy-host.js(+8 -0)📄 Description
This PR merges the changes introduced in the
oidcbranch into themasterbranch. These changes add the ability to specify an OIDC provider for authentication.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.