I actually ended up doing something simple.
In the provider user authorization page that is defined in the oauth provider tag, e.g.:
<oauth:provider...>
<oauth:verification-code...
Type: Posts; User: vtsao; Keyword(s):
I actually ended up doing something simple.
In the provider user authorization page that is defined in the oauth provider tag, e.g.:
<oauth:provider...>
<oauth:verification-code...
What was the JIRA ticket for this, was this fixed?
Ah, I see. Thanks.
In the end I actually solved my problem another way, without needing to override this filter.
Is there any way to override the OAuth2ProtectedResourceFilter? I want to be able to query to see if a user has already authorized an app by user id and the app's client id in cases where the client...
Hello:
I am wondering why OAuthSessionManagerProviderTokenServices does not extend RandomValueProviderTokenServices but implements OAuthProviderTokenServices directly?
What benefit is there in...