|
| 1 | +--- |
| 2 | +server: |
| 3 | + port: 8080 |
| 4 | + error: |
| 5 | + path: "/error" |
| 6 | + include-message: always |
| 7 | + forward-headers-strategy: native |
| 8 | + servlet: |
| 9 | + session: |
| 10 | + cookie: |
| 11 | + secure: false |
| 12 | + |
| 13 | +spring: |
| 14 | + main: |
| 15 | + banner-mode: "off" |
| 16 | + session: |
| 17 | + jdbc: |
| 18 | + cleanup-cron: "-" |
| 19 | + initialize-schema: always |
| 20 | + store-type: jdbc |
| 21 | + timeout: 8h |
| 22 | + mvc: |
| 23 | + log-request-details: false |
| 24 | + security: |
| 25 | + oauth2: |
| 26 | + client: |
| 27 | + registration: |
| 28 | + oidcng: |
| 29 | + client-id: invite.dev.openconext.local |
| 30 | + client-secret: secretsecret |
| 31 | + redirect-uri: "https://{baseHost}{basePort}{basePath}/login/oauth2/code/{registrationId}" |
| 32 | + authorization-grant-type: "authorization_code" |
| 33 | + scope: openid |
| 34 | + provider: |
| 35 | + oidcng: |
| 36 | + authorization-uri: "https://connect.dev.openconext.local/oidc/authorize" |
| 37 | + token-uri: "https://connect.dev.openconext.local/oidc/token" |
| 38 | + user-info-uri: "https://connect.dev.openconext.local/oidc/userinfo" |
| 39 | + jwk-set-uri: "https://connect.dev.openconext.local/oidc/certs" |
| 40 | + user-name-attribute: sub |
| 41 | + user-info-authentication-method: client_secret_basic |
| 42 | + jpa: |
| 43 | + properties: |
| 44 | + hibernate: |
| 45 | + naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy |
| 46 | + dialect: org.hibernate.dialect.MySQLDialect |
| 47 | + open-in-view: false |
| 48 | + show-sql: false |
| 49 | + datasource: |
| 50 | + driver-class-name: org.mariadb.jdbc.Driver |
| 51 | + url: jdbc:mariadb://mariadb/invite?autoReconnect=true |
| 52 | + username: inviterw |
| 53 | + password: secret |
| 54 | + flyway: |
| 55 | + locations: classpath:db/mysql/migration |
| 56 | + fail-on-missing-locations: true |
| 57 | + mail: |
| 58 | + host: localhost |
| 59 | + port: 1025 |
| 60 | + |
| 61 | +oidcng: |
| 62 | + discovery-url: "https://connect.dev.openconext.local/oidc/.well-known/openid-configuration" |
| 63 | + introspect-url: "https://connect.dev.openconext.local/oidc/introspect" |
| 64 | + resource-server-id: inviters.dev.openconext.local |
| 65 | + resource-server-secret: secretsecret |
| 66 | + base-url: https://invite.dev.openconext.local |
| 67 | + |
| 68 | +super-admin: |
| 69 | + users: |
| 70 | + - "urn:collab:person:example.com:admin" |
| 71 | + |
| 72 | +institution-admin: |
| 73 | + entitlement: "urn:mace:surfnet.nl:surfnet.nl:sab:role:SURFconextverantwoordelijke" |
| 74 | + organization-guid-prefix: "urn:mace:surfnet.nl:surfnet.nl:sab:organizationGUID:" |
| 75 | + |
| 76 | +gui: |
| 77 | + disclaimer: |
| 78 | + background-color: red |
| 79 | + content: DEV |
| 80 | + |
| 81 | +config: |
| 82 | + client-url: "https://invite.dev.openconext.local" |
| 83 | + welcome-url: "https://welcome.dev.openconext.local" |
| 84 | + server-url: "https://invite.dev.openconext.local" |
| 85 | + server-welcome-url: "https://welcome.dev.openconext.local" |
| 86 | + eduid-entity-id: "https://login.dev.openconext.local" |
| 87 | + role-search-required: false |
| 88 | + past-date-allowed: true |
| 89 | + eduid-idp-schac-home-organization: "dev.eduid.nl" |
| 90 | + |
| 91 | +feature: |
| 92 | + enable-performance-seed: False |
| 93 | + |
| 94 | +# We don't encode in-memory passwords, so we need to prefix them with {noop} |
| 95 | +external-api-configuration: |
| 96 | + remote-users: |
| 97 | + - username: voot |
| 98 | + password: "secret" |
| 99 | + scopes: |
| 100 | + - voot |
| 101 | + - username: teams |
| 102 | + password: "secret" |
| 103 | + scopes: |
| 104 | + - teams |
| 105 | + - username: aa |
| 106 | + password: "secret" |
| 107 | + scopes: |
| 108 | + - attribute_aggregation |
| 109 | + - username: lifecycle |
| 110 | + password: "secret" |
| 111 | + scopes: |
| 112 | + - lifecycle |
| 113 | + - username: profile |
| 114 | + password: "secret" |
| 115 | + scopes: |
| 116 | + - profile |
| 117 | + - username: sp_dashboard |
| 118 | + password: "secret" |
| 119 | + scopes: |
| 120 | + - sp_dashboard |
| 121 | + |
| 122 | +voot: |
| 123 | + group_urn_domain: urn:mace:surf.nl:test.surfaccess.nl |
| 124 | + |
| 125 | +manage: |
| 126 | + # enabled: True |
| 127 | + enabled: False |
| 128 | + url: "https://manage.dev.openconext.local" |
| 129 | + user: invite |
| 130 | + password: secret |
| 131 | + # If you want to run the mock Manage against a git ignored file with sensitive data, e.g. manage/provisioning.local.json file |
| 132 | + # local: True |
| 133 | + staticManageDirectory: classpath:/manage |
0 commit comments