Skip to content

Commit 13f5998

Browse files
authored
fix: disable github authentication and interception scripts by default and other changes. #3022 (#3023)
1 parent d27bf92 commit 13f5998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jans-linux-setup/jans_setup/templates/scripts.ldif

+3-3
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ description: GitHub Inbound Authentication script
584584
displayName: github
585585
inum: E706-F8A8
586586
jansConfProperty: {"value1":"hide","value2":"true","hide":false,"description":""}
587-
jansConfProperty: {"value1":"github_creds_file","value2":"/opt/github.json","hide":false,"description":""}
587+
jansConfProperty: {"value1":"github_creds_file","value2":"/etc/jans/conf/github.json","hide":false,"description":""}
588588
jansConfProperty: {"value1":"description","value2":"GitHub Login","hide":false,"description":""}
589-
jansEnabled: true
589+
jansEnabled: false
590590
jansLevel: 10
591591
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
592592
jansModuleProperty: {"value1":"usage_type","value2":"interactive","description":""}
@@ -601,7 +601,7 @@ objectClass: top
601601
description: Add GitHub claims to introspection response
602602
displayName: github-claims-introspection-script
603603
inum: 8333-DFBC
604-
jansEnabled: true
604+
jansEnabled: false
605605
jansLevel: 10
606606
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
607607
jansProgLng: python

0 commit comments

Comments
 (0)