-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkp/pkp-lib#8543 rm unused implicit_auth shibboleth settings
- Loading branch information
1 parent
c4d0469
commit d0a970d
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,21 +282,6 @@ | |
;Is implicit authentication enabled or not | ||
;implicit_auth = On | ||
|
||
;Implicit Auth Header Variables | ||
;implicit_auth_header_first_name = HTTP_GIVENNAME | ||
;implicit_auth_header_last_name = HTTP_SN | ||
;implicit_auth_header_email = HTTP_MAIL | ||
;implicit_auth_header_phone = HTTP_TELEPHONENUMBER | ||
;implicit_auth_header_initials = HTTP_METADATA_INITIALS | ||
;implicit_auth_header_mailing_address = HTTP_METADATA_HOMEPOSTALADDRESS | ||
;implicit_auth_header_uin = HTTP_UID | ||
|
||
; A space delimited list of uins to make admin | ||
;implicit_auth_admin_list = "[email protected] [email protected]" | ||
|
||
; URL of the implicit auth 'Way Finder' page. See lib/pkp/pages/login/LoginHandler.inc.php for usage. | ||
;implicit_auth_wayf_url = "/Shibboleth.sso/wayf" | ||
|
||
|
||
;;;;;;;;;;;;;;;;;; | ||
; Email Settings ; | ||
|