-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Resource Server Sample #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jzheaux, can I start working on this? I think this should be pretty straight-forward as there's the example from the spring-security project. |
@jzheaux Please provide an explanation of what an integrated Resource Server sample would be? Is it a separate project that accesses the Authorization Server or is it part of the Authorization project? If a separate project does it share a common database with the Authorization Server like the spring-security-oauth project or does it use an Authorization Server interface? |
As I understand this, the resource server example will now be the base for an example integration, and as described in the first comment, it's should validate the token. |
Related to
It would be good to have a Resource Server sample that integrates with the authorization server sample. It should be quite similar to the Resource Server sample in Spring Security.
Like other samples, it should go into the
samples
directory. For simplicity, classes ought to be placed into a package calledsample
.Given a valid token from the authorization server, the following test should pass:
The text was updated successfully, but these errors were encountered: