Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    557

    How I solved this problem

    I had the same problem here with F5 and SSL termination. The problem is that the host with "https://" is calculated in the signature by the consumer and the provider checks the signature using...
  2. Replies
    7
    Views
    920

    Solution

    In the end I could make it work.

    It was missing the AOP interceptors:

    Here's how it's looking like:



    <http auto-config='true' access-denied-page="/login.jsp"...
  3. Replies
    7
    Views
    920

    No it doesn't. In fact there is already a...

    No it doesn't.

    In fact there is already a Voter and a set of annotations that theorically do exaclty what I want. I just cannot find a way to trigger the annotation processing.

    Just seems not...
  4. Replies
    7
    Views
    920

    Nobody?

    Sorry for bumping this thread...but it looks like with a couple of lines of help it would solve everything here for me.

    The Spring OAuth team cannot give a hand?

    I could offer to document this...
  5. Replies
    7
    Views
    920

    Hi Today I discovered the...

    Hi

    Today I discovered the ConsumerSecurityVoter and the @ConsumerKeysAllowed annotation. They seem to do exactly what I need.

    I did setup the Voter, but the annotations are never processed.
    ...
  6. Replies
    7
    Views
    920

    Restrict Consumer URLs in OAuth1

    Hi,

    I know we can restrict the access to the users using the url matching, but I need to do this to Consumers too.

    I need to also restrict which urls a specific consumer has access to.
    ...
  7. Replies
    4
    Views
    1,283

    That's sure possible. I just thought there could...

    That's sure possible. I just thought there could be a way to do that in a more...spring way :-)
  8. Replies
    4
    Views
    1,283

    Automatic Authorization / PreAuthorization

    Hi

    By the requirements of the project I am work on, for some consumers the authorization step should be by-passed: the user should just authenticate.

    There is an easy way to provide that?
    ...
Results 1 to 8 of 8