Skip to content

Commit ce769ce

Browse files
feat: this commit introduces ocelot configuration for identity authentication route
1 parent f4b2590 commit ce769ce

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"Routes": [
3+
{
4+
"UpstreamPathTemplate": "/api/v1/identity/authenticate",
5+
"UpstreamHttpMethod": [ "POST" ],
6+
7+
"DownstreamPathTemplate": "/api/v1/identity/authenticate",
8+
"DownstreamScheme": "http",
9+
"DownstreamHostAndPorts": [
10+
{
11+
"Host": "{DOWNSTREAM_HOST}",
12+
"Port": 443
13+
}
14+
]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)