Skip to content
Snippets Groups Projects
  • Mathieu Leguay's avatar
    [DLAB-4154] Update mongo init · 17db9bce
    Mathieu Leguay authored
    - Update PKI scripts: Restructuring scripts on an overload strategy
    - Renew PKI dev (missing CA, useful when we need to connect vitamui to others applications)
    - Update application assets according to the new dev PKI
    - Add/update readme
    17db9bce
cas-server-application-recette.yml 4.28 KiB
server:
  ssl:
    key-store: file:src/main/config/cas-server.jks
    key-store-password: changeme
    key-password: changeme
  host: dev.vitamui.com
  port: 8080


vitamui.cas.tenant.identifier: 4
vitamui.cas.identity: cas
iam-client:
  server-host: localhost
  server-port: 8083
  secure: true
  ssl-configuration:
    keystore:
      key-path: src/main/config/keystore_cas-server.jks
      key-password: changeme
      type: JKS
    truststore:
      key-path: src/main/config/truststore_server.jks
      key-password: changeme
    hostname-verification: false


cas.authn.accept.users:


cas.messageBundle.baseNames: classpath:overriden_messages,classpath:messages


cas.tgc.path: /cas
cas.tgc.secure: false
cas.tgc.crypto.enabled: false
cas.webflow.crypto.enabled: false
cas.authn.pac4j.cookie.crypto.enabled: true
cas.authn.pm.reset.crypto.enabled: true

cas.server.prefix: https://dev.vitamui.com/cas
login.url: ${cas.server.prefix}/login

cas.serviceRegistry.mongo.clientUri: mongodb://mongod_dbuser_cas:mongod_dbpwd_cas@localhost:27018/cas

#cas.serviceRegistry.mongo.port: 27018
#cas.serviceRegistry.mongo.databaseName: cas
#cas.serviceRegistry.mongo.authenticationDatabaseName: cas
#cas.serviceRegistry.mongo.replicaSet: rs0
cas.serviceRegistry.mongo.collection: services
#cas.serviceRegistry.mongo.userId: mongod_dbuser_cas
#cas.serviceRegistry.mongo.password: mongod_dbpwd_cas


cas.authn.surrogate.separator: ","
## Useless because of IamSurrogateRestAuthenticationService:
# cas.authn.surrogate.rest.url: xxx
# cas.authn.surrogate.rest.method: GET
cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS


cas.authn.pm.enabled: true

## Useless because of IamRestPasswordManagementService:
# cas.authn.pm.rest.endpointUrlEmail: xxx
# cas.authn.pm.rest.endpointUrlSecurityQuestions: xxx
# cas.authn.pm.rest.endpointUrlChange: xxx

cas.authn.pm.policyPattern: '^(?=.*[$@!%*#?&=\-\/:;\(\)"\.,\?!''\[\]{}^\+\=_\\\|~<>`])(?=.*[\d])[A-Za-zÀ-ÿ0-9$@!%*#?&=\-\/:;\(\)"\.,\?!''\[\]{}^\+\=_\\\|~<>`]{8,}$'

cas.authn.pm.reset.mail.subject: Requete de reinitialisation de mot de passe