Skip to content
#

authorization-flow

Here are 14 public repositories matching this topic...

shevron
shevron commented Apr 2, 2020

Currently external services can download the JWT public key (if configured) via the API by calling the authz_public_key action. However, this has the problem of being wrapped in JSON:

$ curl -s -H "Authorization: $CKAN_API_KEY" http://127.0.0.1:5000/api/3/action/authz_public_key | jq
{
  "help": "http://ckan-dev:5000/api/3/action/help_show?name=authz_public_key",
  "success": true,
 

Improve this page

Add a description, image, and links to the authorization-flow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the authorization-flow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.