File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 9
9
"ApiKey" : " 9FB8BCDFAEE81367A1668E16BDC37"
10
10
},
11
11
"AzureAd" : {
12
- "EnableAzureAdAuth" : " true " ,
12
+ "EnableAzureAdAuth" : " false " ,
13
13
"Instance" : " https://login.microsoftonline.com/" ,
14
14
"ClientId" : " ffade4c2-76c8-44fd-9258-743d9cfc2289" ,
15
15
"CallbackPath" : " " ,
23
23
// if both OpenId and AzureAd are enabled OpenId will be used
24
24
"OpenId" : {
25
25
"EnableOpenIdAuth" : " true" ,
26
- "Issuer" : " http://localhost:8080/realms/BaSyx " ,
26
+ "Issuer" : " http://localhost:8080/realms/Menstix " ,
27
27
"ClientID" : " mnestixApi-demo" ,
28
28
"RequireHttpsMetadata" : " false"
29
29
},
39
39
"AuthorizationPolicy" : " customApiKeyToModifyValuesPolicy" ,
40
40
"Match" : {
41
41
"Path" : " api/{**catch-all}"
42
- },
43
- "Transforms" : [
44
- {
45
- "PathPattern" : " /{**catch-all}"
46
- },
47
- {
48
- "ResponseHeader" : " Access-Control-Allow-Origin" ,
49
- "Set" : " *"
50
42
}
51
43
]
52
44
},
You can’t perform that action at this time.
0 commit comments