OAuth: Make generic teams URL and JMES path configurable (#37233)

OAuth: Make generic teams URL and JMES path configurable
This commit is contained in:
Djairho Geuens
2021-09-08 02:57:20 +02:00
committed by GitHub
parent fbdaf56a84
commit 0383becc46
5 changed files with 85 additions and 32 deletions
+2
View File
@@ -498,9 +498,11 @@ role_attribute_path =
role_attribute_strict = false
groups_attribute_path =
id_token_attribute_name =
team_ids_attribute_path =
auth_url =
token_url =
api_url =
teams_url =
allowed_domains =
team_ids =
allowed_organizations =
+2
View File
@@ -483,12 +483,14 @@
;auth_url = https://foo.bar/login/oauth/authorize
;token_url = https://foo.bar/login/oauth/access_token
;api_url = https://foo.bar/user
;teams_url =
;allowed_domains =
;team_ids =
;allowed_organizations =
;role_attribute_path =
;role_attribute_strict = false
;groups_attribute_path =
;team_ids_attribute_path =
;tls_skip_verify_insecure = false
;tls_client_cert =
;tls_client_key =