From 0981ec30c3d5218939d44fc2f40725b0b4a03684 Mon Sep 17 00:00:00 2001 From: zeripath Date: Tue, 14 Dec 2021 08:37:11 +0000 Subject: Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) * Add setting to OAuth handlers to override local 2FA settings This PR adds a setting to OAuth and OpenID login sources to allow the source to override local 2FA requirements. Fix #13939 Signed-off-by: Andrew Thornton * Fix regression from #16544 Signed-off-by: Andrew Thornton * Add scopes settings Signed-off-by: Andrew Thornton * fix trace logging in auth_openid Signed-off-by: Andrew Thornton * add required claim options Signed-off-by: Andrew Thornton * Move UpdateExternalUser to externalaccount Signed-off-by: Andrew Thornton * Allow OAuth2/OIDC to set Admin/Restricted status Signed-off-by: Andrew Thornton * Allow use of the same group claim name for the prohibit login value Signed-off-by: Andrew Thornton * fixup! Move UpdateExternalUser to externalaccount * as per wxiaoguang Signed-off-by: Andrew Thornton * add label back in Signed-off-by: Andrew Thornton * adjust localisation Signed-off-by: Andrew Thornton * placate lint Signed-off-by: Andrew Thornton Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao Co-authored-by: techknowlogick --- templates/admin/auth/edit.tmpl | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'templates/admin/auth/edit.tmpl') diff --git a/templates/admin/auth/edit.tmpl b/templates/admin/auth/edit.tmpl index e7215e2e1a..a9942354c0 100644 --- a/templates/admin/auth/edit.tmpl +++ b/templates/admin/auth/edit.tmpl @@ -286,11 +286,6 @@

{{.i18n.Tr "admin.auths.skip_local_two_fa_helper"}}

- - -
-
-
@@ -323,6 +318,33 @@ {{end}}{{end}} + +
+ + +
+
+ + +

{{.i18n.Tr "admin.auths.oauth2_required_claim_name_helper"}}

+
+
+ + +

{{.i18n.Tr "admin.auths.oauth2_required_claim_value_helper"}}

+
+
+ + +
+
+ + +
+
+ + +
{{end}} -- cgit v1.2.3