Skip to content

Commit

Permalink
pkp/pkp-lib#8543 rm unused implicit_auth shibboleth settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlinnewson committed Sep 26, 2024
1 parent c4d0469 commit d0a970d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit d0a970d

Please sign in to comment.