robdimarco / omniauth_crowd

An OmniAuth provider for Atlassian Crowd REST API
MIT License
30 stars 21 forks source link

Missing application_name #11

Closed oblakogroup closed 11 years ago

oblakogroup commented 11 years ago

omniauth_crowd works as expected on my local machine, but when I deploy application to the Debian server it is missing the application_name.

From my crowd_access.log:

from local machine (where example_app is an application name)

example_app [06/Apr/2013:06:12:59 +0400] "POST /crowd/rest/usermanagement/latest/authentication?username=a.smolov HTTP/1.1" 200 653 "-" "Ruby"

from server (application name is missing)

- [06/Apr/2013:05:45:47 +0400] "POST /crowd/rest/usermanagement/latest/authentication?username=a.smolov HTTP/1.1" 401 45 "-" "Ruby"

oblakogroup commented 11 years ago

Sorry, the problem was with the figaro gem.