Skip to content

Commit

Permalink
fix: disable github authentication and interception scripts by defaul…
Browse files Browse the repository at this point in the history
…t and other changes. #3022 (#3023)
  • Loading branch information
duttarnab committed Nov 17, 2022
1 parent d27bf92 commit 13f5998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jans-linux-setup/jans_setup/templates/scripts.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@ description: GitHub Inbound Authentication script
displayName: github
inum: E706-F8A8
jansConfProperty: {"value1":"hide","value2":"true","hide":false,"description":""}
jansConfProperty: {"value1":"github_creds_file","value2":"/opt/github.json","hide":false,"description":""}
jansConfProperty: {"value1":"github_creds_file","value2":"/etc/jans/conf/github.json","hide":false,"description":""}
jansConfProperty: {"value1":"description","value2":"GitHub Login","hide":false,"description":""}
jansEnabled: true
jansEnabled: false
jansLevel: 10
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansModuleProperty: {"value1":"usage_type","value2":"interactive","description":""}
Expand All @@ -601,7 +601,7 @@ objectClass: top
description: Add GitHub claims to introspection response
displayName: github-claims-introspection-script
inum: 8333-DFBC
jansEnabled: true
jansEnabled: false
jansLevel: 10
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansProgLng: python
Expand Down

0 comments on commit 13f5998

Please sign in to comment.