kangaroo-server / kangaroo

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

OAuth2 Server Authn/z filter update #412

Closed krotscheck-jenkins closed 6 years ago

krotscheck-jenkins commented 6 years ago

This patch updates the OAuth2 server's authorization method to be friendlier to extension. The end goal is that we can attach an arbitrary number of authentication filters, which each can provide a security context. That security context is evaluated by the authorization filter before passed through to the resource.