Skip to content

Commit f871779

Browse files
committed
fix: activate OIDC by default
1 parent 4aa9c65 commit f871779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring.profiles.active=local
66
#--------------------------------------------------------------------------
77
# Global configuration
88
#--------------------------------------------------------------------------
9-
fr.insee.genesis.authentication = NONE
9+
fr.insee.genesis.authentication = OIDC
1010
#NONE = No authentication required (By default for LOCAL and DEV)
1111
#OIDC = Keycloack authentication (PROD, override by Puppet/ConfigMap)
1212
logging.level.org.springframework.security=DEBUG

0 commit comments

Comments
 (0)