Search:

Type: Posts; User: asheikh; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Oauth2: Revoke a grant from third party application

    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...
  2. Implement a clone of the Google Authorization Server using Spring OAuth as a provide

    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...
  3. Spring OAuth vs Google OAuth 2.0 for Installed Applications

    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...
  4. No problem, Thanks Dave

    No problem,

    Thanks Dave
  5. Thanks Dave, I see that you have raised the bug...

    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,
  6. not wondering with my last question.....not sure...

    not wondering with my last question.....not sure how I have missed the obvious...just setting the property...


    <beans:bean id="oauth2ProtectedResourceFilter"...
  7. I have found another similar issue. I may be...

    I have found another similar issue. I may be missing something...but I am also wondering how to set the
    resourceId of ...
  8. Spring OAuth2 M5 can't set passwordEncoder of TokenGranter(s)

    Hi,

    Just wondering why there is no setters for the passwordEncoder of

    org.springframework.security.oauth2.common.OAuth2AccessToken.ClientCredentialsTokenGranter

    Thanks
  9. Thanks Alan Yes, it lists all the schemas from...

    Thanks Alan Yes, it lists all the schemas from Oracle....just the command doesn't come back....
  10. Spring roo 1.2.0.RC1 Dbre hangs more than 18 hours

    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...
  11. thanks Dave and Sweta, I have moved...

    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...
  12. Hey, I have same problem, but if I remove...

    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,...
  13. Insight threw exception Handler processing failed; nested exception is java.lang.

    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...
  14. Replies
    6
    Views
    1,702

    Insight threw exception Handler processing failed; nested exception is java.lang.

    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...
  15. STS 2.5.2.RELEASE and Missing artifact problem(Eclispe fine)

    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...
  16. same here...with...

    same here...with springsource-tool-suite-2.3.3.M2-e3.6-linux-gtk.tar.gz
  17. Replies
    5
    Views
    1,724

    If I start STS 2.3.3.M2 as root, I can create Roo...

    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
  18. Replies
    5
    Views
    1,724

    With ...

    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
  19. @RequestMapping(value =...

    @RequestMapping(value = "/nodes/children/{parentId}/{childIndex}/{recurseMaxLevel}/{dumpRelated}",
    method = RequestMethod.GET)

    @RequestMapping(value =...
  20. bgranvea, you are right, I think at that time...

    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...
  21. Replies
    25
    Views
    14,518

    hi, thanks, and I have solved the issue and...

    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
    ...
  22. Replies
    23
    Views
    8,912

    Hi, Always when something doesn't work it is...

    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>...
  23. Replies
    25
    Views
    14,518

    eggsy84, Not sure what you have solved...

    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.
    ...
  24. Replies
    23
    Views
    8,912

    security:authorize tags not working with UrlRewriteFilter

    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.
    ...
  25. Replies
    0
    Views
    691

    security:authorize and REST URI

    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>
Results 1 to 25 of 38
Page 1 of 2 1 2