Open
Description
There are some test cases of resource server to test the anonymous access denied when accessing the resource.
But there is no test case to demonstrate how accessing the resource server with proper or mocking authentication.
I tried it. But the resource server always talks to backend oauth2 server to verify the bearer token. Is there any way to mock the verify process? Could you add a test case to cover it?