Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable github authentication and interception scripts by default and other changes. #3022 #3023

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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