Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Using expressions for <security:http fails in latest oauth2 codebase

  1. #11
    Join Date
    Jul 2008
    Posts
    116

    Default

    I'll start commenting stuff out to see if I can figure out the discrepancy.

  2. #12
    Join Date
    Jul 2008
    Posts
    116

    Default

    Figured out what the problem was on this one. Setting <http auto-config="true" registers a basic authentication filter which subsequently fails, when trying to run the NativeApplicationProviderIntegrationTest. The basic filter picks up the my-trusted-client as the user to authenticate with and fails.

    How can we avoid this? Can we bypass this limitation somehow?

  3. #13
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    It seems like you just need to switch off the auto-config? It isn't very useful in practice, as you have demonstrated. If you actually need the basic auth for some reason maybe we can deal with that as a separate requirement?

  4. #14
    Join Date
    Jul 2008
    Posts
    116

    Default

    Hi Dave,

    That's what I did. Good for now. Thanks for your help.

    Cheers
    bjorn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •