Skip to content

Commit

Permalink
Added callback for authorize
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schier committed Jul 30, 2023
1 parent ebb3f55 commit df729ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Source/CdrAuthServer.TLS.Gateway/gateway-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@
],
"DangerousAcceptAnyServerCertificateValidator": true
},
// authorize callback
{
"DownstreamPathTemplate": "/connect/authorize-callback",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8001
}
],
"UpstreamPathTemplate": "/connect/authorize-callback",
"UpstreamHttpMethod": [
"GET"
],
"DangerousAcceptAnyServerCertificateValidator": true
},
// JWKS
{
"DownstreamPathTemplate": "/.well-known/openid-configuration/jwks",
Expand Down

0 comments on commit df729ff

Please sign in to comment.