kangaroo-server / kangaroo

An open source, multi-tenant, OAuth2 Authorization server.
Apache License 2.0
7 stars 2 forks source link

Introduce O2BearerTokenFilter #417

Closed krotscheck closed 6 years ago

krotscheck commented 6 years ago

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.