Does Curity Introspection supports application/token-introspection+jwt?

Viewed 56
1 Answers

The specification that introduce application/token-introspection+jwt is in draft state and not yet supported by Curity. Similar (more or less same) functionality can be achieved by using Accept: application/jwt instead.

Related