Hi,
How can a user who previously granted an access to an application through spring Oauth2 can revoke the access.
the application could be a native application on a device or a web application...
Type: Posts; User: asheikh; Keyword(s):
Hi,
How can a user who previously granted an access to an application through spring Oauth2 can revoke the access.
the application could be a native application on a device or a web application...
Sorry for the "vs" since I don't want to compare the two (I guess, Spring OAuth/OAuth2 is an API implementation of the protocol, and google OAuth is their custom implementation of the same...
One of my requirement is to support the following functionality which Google OAuth2 has it....
http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html
Returning the authorization code...
No problem,
Thanks Dave
Thanks Dave, I see that you have raised the bug https://jira.springsource.org/browse/SECOAUTH-171
I would try to make a pull request....
Thanks,
not wondering with my last question.....not sure how I have missed the obvious...just setting the property...
<beans:bean id="oauth2ProtectedResourceFilter"...
I have found another similar issue. I may be missing something...but I am also wondering how to set the
resourceId of ...
Hi,
Just wondering why there is no setters for the passwordEncoder of
org.springframework.security.oauth2.common.OAuth2AccessToken.ClientCredentialsTokenGranter
Thanks
Thanks Alan Yes, it lists all the schemas from Oracle....just the command doesn't come back....
DBRE hangs more than 18 hours...just wondering if this has to do my configuration/environment or the release candidate.
I have to close the window in order to kill the process....the second...
thanks Dave and Sweta,
I have moved <oauth:\provider/> to the servlet application context and everything is fine....
Usually, I separate my application contexts in terms of application...
Hey,
I have same problem, but if I remove component scan the endpoint "/oauth/token" is not detected
<context:component-scan base-package="com.mypackages,...
Hi,
I have created a spring insight plugin(insight-plugin-epm-1.5.0.RELEASE.jar) for my java servlet application....and I am just wondering the cause of the following...
Hi,
I have created a spring insight plugin(insight-plugin-epm-1.5.0.RELEASE.jar) for my java servlet application....and I am just wondering the cause of the following...
Hi ,
I have installed STS on Windows 7 professional. I have checked out a maven project from SVN repository and keep getting following errors even though the dependencies are in my local...
same here...with springsource-tool-suite-2.3.3.M2-e3.6-linux-gtk.tar.gz
If I start STS 2.3.3.M2 as root, I can create Roo projects
see also http://forum.springsource.org/showthread.php?t=93518
With springsource-tool-suite-2.3.3.M2-e3.6-linux-gtk.tar.gz
SpringSource Tool Suite
Version: 2.3.3.M2
Build Id: 201007151000
I am having same issue...
Asad
@RequestMapping(value = "/nodes/children/{parentId}/{childIndex}/{recurseMaxLevel}/{dumpRelated}",
method = RequestMethod.GET)
@RequestMapping(value =...
bgranvea,
you are right, I think at that time I haven't had the following code in my web.xml
The URI and http method should make a unique path.
Remember that some browser don't support...
hi,
thanks, and I have solved the issue and it had to to with the way I have configured the filters(security, urlrewriter)
http://forum.springsource.org/showthread.php?t=81035&page=3
Asad
...
Hi,
Always when something doesn't work it is my mistake.
this time, I have had the following configuration in web.xml
<filter>
<filter-name>springSecurityFilterChain</filter-name>...
eggsy84,
Not sure what you have solved here... you have just removed the following lines if I am not missing something. Please tell me how you have solved this, I have same issue.
...
Hi,
My web app was working with spring and spring security 3.0.0. I have added UrlRewriteFilter and spring security tags are not working anymore. If I remove UrlRewriteFilter , it works again.
...
Hi,
I want to use security:authorize tag with REST uri
<security:authorize method="GET"
url="<c:url value='/micro/partner/${partner.id}/form'/>">
</security:authorize>