grncdr / guacamole-auth-hmac

UNMAINTAINED! Create Guacamole configurations via (signed) URL query parameters
MIT License
18 stars 43 forks source link

Unable to get working with 0.9.7 #12

Closed levibutler closed 9 years ago

levibutler commented 9 years ago

Hello, After a bit more playing about i managed to get 1.0.1 to compile. Sadly im still unable to get any further than the login screen though.

Im getting a 403 from guacamole/api/tokens {"message":"Permission Denied.","expected":[{"name":"username","type":"USERNAME"},{"name":"password","type":"PASSWORD"}],"type":"INVALID_CREDENTIALS"}

I have checked my syslog and catalina.out for errors but cant see any.

I have modified the guacamole.properties guacd-hostname: localhost guacd-port: 4822 lib-directory: /var/lib/tomcat7/webapps/guacamole/WEB-INF/classes auth-provider: com.stephensugden.guacamole.net.hmac.HmacAuthenticationProvider secret-key: secret timestamp-age-limit: 0

im running guacamole version 0.9.7 when i use the user-mapping.xml i am able to login and connect to servers successfully Thanks in advance

melhemmaroun commented 9 years ago

Hi, I saw your message earlier sorry for replying late. With 0.9.3 I got it to work some time ago even before posting here with easy hmac, It didn't work with 0.9.7 with me. Thanks, Melhem.

levibutler commented 9 years ago

Thanks, ill try installing 0.9.3

levibutler commented 9 years ago

all working with 0.9.3 Thanks

goofy79 commented 9 years ago

Hello,

i have exact the same problem, but i try with the 0.9.8.

levibutler commented 9 years ago

Hi - Let me know if you get it going - i would really like to upgrade mine :) Thanks

markushutter commented 8 years ago

Hi @all,

is there any newer version who works? I try it with 0.9.9 and i always getting a 403 from guacamole/api/tokens {"message":"Permission Denied.","expected":[{"name":"username","type":"USERNAME"},{"name":"password","type":"PASSWORD"}],"type":"INVALID_CREDENTIALS"}

I look forward to any help from you.

Thanks a lot

canzone commented 7 years ago

Hello,

I just finished installing 0.9.10 with Java 8 and Tomcat8 and I'm facing the exact same issue. Nothing in the logs, and a 403 from guacamole/api/tokens. Any ideas?

Thanks!

bpeters-cmu commented 7 years ago

I am facing the same issue with 0.9.12

divyeshg94 commented 5 years ago

Still facing this issue in version 1.0.0

Kyvix commented 4 years ago

Still facing this issue in version 1.2.0

{ "message": "Invalid login", "translatableMessage": { "key": "APP.TEXT_UNTRANSLATED", "variables": { "MESSAGE": "Invalid login" } }, "statusCode": null, "expected": [ { "name": "username", "type": "USERNAME" }, { "name": "password", "type": "PASSWORD" } ], "type": "INVALID_CREDENTIALS" }

Was anyone able to solve this problem ?

remchuk commented 10 months ago

Any news on this?