Remote JSON example #814
-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, There are some examples in the docs, but you probably already did not find what you are looking for in there. |
Beta Was this translation helpful? Give feedback.
Hey,
Are you asking how to configure the oathkeeper.yml to use remote JSON?
Can you give me some details on the "authorization remote Link"? What is this exactly?
There are some examples in the docs, but you probably already did not find what you are looking for in there.
The authorizer makes a HTTP POST request to a remote endpoint with a JSON body.
Payload:
payload (string, required) - The request's JSON payload sent to the remote authorizer. The string will be parsed by the Go text/template package and applied to an AuthenticationSession object. See Session for more details.