Skip to content

Commit e8739c9

Browse files
committed
feat: using basic as default acr
Signed-off-by: Arnab Dutta <[email protected]>
1 parent 23d3b65 commit e8739c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex-linux-setup/flex_linux_setup/flex_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_flex_setup_parser():
5959
parser.add_argument('--flex-non-interactive', help="Non interactive setup mode", action='store_true')
6060
parser.add_argument('--install-admin-ui', help="Installs Gluu Flex Admin UI", action='store_true')
6161
parser.add_argument('--update-admin-ui', help="Updates Gluu Flex Admin UI", action='store_true')
62-
parser.add_argument('--adminui_authentication_mode', help="Set authserver.acrValues", default='agama_io.jans.casa.authn.main', choices=['basic', 'agama_io.jans.casa.authn.main'])
62+
parser.add_argument('--adminui_authentication_mode', help="Set authserver.acrValues", default='basic', choices=['basic', 'agama_io.jans.casa.authn.main'])
6363
parser.add_argument('--install-casa', help="Installs casa", action='store_true')
6464
parser.add_argument('--remove-flex', help="Removes flex components", action='store_true')
6565
parser.add_argument('--no-restart-services', help="Do not restart services, useful when you are both uninstalling flex and Jans", action='store_true')

0 commit comments

Comments
 (0)