Skip to content

Commit

Permalink
Issue #82: Add the new logical config.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Jun 5, 2019
1 parent 8014b98 commit 70b428c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/install/oe_authentication.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ register_path: 'eim/external/register.cgi'
validation_path: 'TicketValidationService'
assurance_level: TOP
ticket_types: SERVICE,PROXY
block_on_site_admin_approval: true
5 changes: 4 additions & 1 deletion config/schema/oe_authentication.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ oe_authentication.settings:
label: 'Application assurance levels'
ticket_types:
type: string
label: 'Application available ticket types'
label: 'Application available ticket types'
block_on_site_admin_approval:
type: boolean
label: 'Block newly created users if the site requires admin approval'

0 comments on commit 70b428c

Please sign in to comment.