Skip to content

Commit 56d2f12

Browse files
Update routing to Mnestix API
1 parent e8f13dc commit 56d2f12

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

mnestix-proxy/appsettings.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ApiKey": "9FB8BCDFAEE81367A1668E16BDC37"
1010
},
1111
"AzureAd": {
12-
"EnableAzureAdAuth": "true",
12+
"EnableAzureAdAuth": "false",
1313
"Instance": "https://login.microsoftonline.com/",
1414
"ClientId": "ffade4c2-76c8-44fd-9258-743d9cfc2289",
1515
"CallbackPath": "",
@@ -23,7 +23,7 @@
2323
// if both OpenId and AzureAd are enabled OpenId will be used
2424
"OpenId": {
2525
"EnableOpenIdAuth": "true",
26-
"Issuer": "http://localhost:8080/realms/BaSyx",
26+
"Issuer": "http://localhost:8080/realms/Menstix",
2727
"ClientID": "mnestixApi-demo",
2828
"RequireHttpsMetadata": "false"
2929
},
@@ -39,14 +39,6 @@
3939
"AuthorizationPolicy": "customApiKeyToModifyValuesPolicy",
4040
"Match": {
4141
"Path": "api/{**catch-all}"
42-
},
43-
"Transforms": [
44-
{
45-
"PathPattern": "/{**catch-all}"
46-
},
47-
{
48-
"ResponseHeader": "Access-Control-Allow-Origin",
49-
"Set": "*"
5042
}
5143
]
5244
},

0 commit comments

Comments
 (0)