1
+ {
2
+ "Infrastructure" : {
3
+ "MassTransit" : {
4
+ "Host" : " TODO: Add to local secrets"
5
+ },
6
+ "Redis" : {
7
+ "ConnectionString" : " TODO: Add to local secrets"
8
+ },
9
+ "DialogDbConnectionString" : " TODO: Add to local secrets" ,
10
+ // Settings from appsettings.json, environment variables or other configuration providers.
11
+ // The first three are always mandatory for all client definitions types
12
+ "Maskinporten" : {
13
+ // 1. Valid values are test and prod
14
+ "Environment" : " test" ,
15
+ // 2. Client Id/integration as configured in Maskinporten
16
+ "ClientId" : " TODO: Add to local secrets" ,
17
+ // 3. Scope(s) requested, space seperated. Must be provisioned on supplied client id.
18
+ "Scope" : " altinn:events.publish altinn:events.publish.admin altinn:register/partylookup.admin altinn:authorization/authorize.admin altinn:accessmanagement/authorizedparties.admin" ,
19
+ // --------------------------
20
+ // Any additional settings are specific for the selected client definition type.
21
+ // See below for examples using other types.
22
+ "EncodedJwk" : " TODO: Add to local secrets"
23
+ },
24
+ "Altinn" : {
25
+ "BaseUri" : " https://platform.yt01.altinn.cloud/" ,
26
+ "EventsBaseUri" : " https://platform.yt01.altinn.cloud/" ,
27
+ "SubscriptionKey" : " TODO: Add to local secrets"
28
+ }
29
+ },
30
+ "Application" : {
31
+ "Dialogporten" : {
32
+ "BaseUri" : " https://platform.yt01.altinn.cloud/dialogporten" ,
33
+ "Ed25519KeyPairs" : {
34
+ "Primary" : {
35
+ "Kid" : " TODO: Add to local secrets" ,
36
+ "PrivateComponent" : " TODO: Add to local secrets" ,
37
+ "PublicComponent" : " TODO: Add to local secrets"
38
+ },
39
+ "Secondary" : {
40
+ "Kid" : " TODO: Add to local secrets" ,
41
+ "PrivateComponent" : " TODO: Add to local secrets" ,
42
+ "PublicComponent" : " TODO: Add to local secrets"
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
0 commit comments