This patch adds the O2BeareToken authentication filter, which will let us selectively
(via annotations) permit the use of bearer tokens to authorize a request. This can be used
in scenarios such as token introspection, where the authorizing token is the same
one that is being introspected.
This patch adds the O2BeareToken authentication filter, which will let us selectively (via annotations) permit the use of bearer tokens to authorize a request. This can be used in scenarios such as token introspection, where the authorizing token is the same one that is being introspected.