You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Glad to hear you're about to use Apis.
The resource-server side of things is pretty straightforward with the AuthorizationServerFilter, you will probably get that right quickly.
Setting up the Authorization Server might be a bit more complex, as you have to make some decisions there:
What kind of authentication to use? (integration with an existing system probably? Or simply the username/password auth that's provided (albeit without proper backend store)
How and where to deploy it
Initialization of some key values in apis.application.properties
The Readme.md already contains a lot of pointers though.
I suggest you just start setting it up using the Readme, and please come back here if you have specific questions.
About @RolesAllowed: this is not supported currently.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm interested in using the OAuth-APis to protect endpoints in my Jersey/Guice project.
I will run the standalone Authorisation Server and I would like to use the AuthorizationServerFilter within my application.
Is any able to elaborate on how I could do this? Is it possible that I can then protect endpoints with the @RolesAllowed annotation?
The text was updated successfully, but these errors were encountered: