-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathcenter-application.yml
More file actions
31 lines (30 loc) · 981 Bytes
/
Copy pathcenter-application.yml
File metadata and controls
31 lines (30 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
spring:
security:
oauth2:
enabled: false
client:
provider:
azure-ad:
authorization-uri: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
token-uri: https://login.microsoftonline.com/common/oauth2/v2.0/token
jwk-set-uri: https://login.microsoftonline.com/common/discovery/v2.0/keys
registration:
azure-client:
provider: azure-ad
client-id: dummy-client-id
client-secret: dummy-secret
authorization-grant-type: authorization_code
redirect-uri: http://localhost:9886/login/oauth2/code/azure-client
scope: "User.Read"
datasource:
url: jdbc:sqlite:./hydra_lab_center_db.sqlite
driver-class-name: org.sqlite.JDBC
username: sqlite
password: 98765432
app:
default-user: default@hydralab.com
storage:
type: LOCAL
location: ${user.dir}
agent-auth-mode: SECRET
api-auth-mode: SECRET