openwhisk-apigateway icon indicating copy to clipboard operation
openwhisk-apigateway copied to clipboard

Perform token introspection on generic token introspection urls

Open taylorking opened this issue 7 years ago • 1 comments

Change the oauth2 block to potentially look something like

{
  "type":"oauth2",
  "provider":"generic",
  "introspectionUrl":"http://tokens.com/debug?token="
}

taylorking avatar Apr 28 '17 20:04 taylorking

@taylorking which oauth2 block? In the Swagger? Assuming "yes", this will result in invalid swagger, so it needs to use some sort of x- extension format.

mhamann avatar May 28 '17 19:05 mhamann