Questions tagged [securesocial]

An authentication module for Play Framework applications supporting OAuth, OAuth2, OpenID, Username/Password and custom authentication schemes.

208 questions
0
votes
1 answer

Cast Class Exception in Scala: java.lang.Object to Scala CaseClass

This is driving me crazy - I'm working on play with scala, social secure etc and I keep getting this error when I'm trying to make a case class. Edit: similar question to this: Scala and Play2: ClassCastException: java.lang.Object cannot be cast to…
JasonG
  • 5,794
  • 4
  • 39
  • 67
0
votes
0 answers

How to redefine the Password Plugins in the module SecureSocial 2 with play framework 2

I'm trying to redefine the password validator and the password hasher of the securesocial plugin for play 2 in java because my authentification process won't work.. (actually everything seems to be right be I can't manage to log myself with the hash…
cleau
  • 45
  • 1
  • 6
0
votes
0 answers

TimeoutException after facebook login when using securesocial module in play 2.0.2

I'm using securesoial 2.9.1, 2.0.6 version with play 2.0.2. I'm getting a promise timeout exception while redirecting after successful login via facebook to a particular url. the url is specified in the routes file and that url is written in the…
Neha Choudhary
  • 4,840
  • 2
  • 16
  • 22
0
votes
2 answers

Free SSL for Facebook

It sounds like duplicate but i think it isn't. As you know Facebook wants secure https url while registering your application to developer page. I am a newbie developer and i don't want pay to SSL certificates. There were some sites which makes it…
mcan
  • 1,914
  • 3
  • 32
  • 53
0
votes
1 answer

I can't import securesocial.core.java.BaseUserService; When installing securesocial in play framework

I've done the following: I've copied the contents of module-code/ into the modules/securesocial/ folder in my app root. I've updated my Build.scala to be the following: import sbt._ import Keys._ import PlayProject._ object ApplicationBuild…
bluedawg
  • 39
  • 3
0
votes
2 answers

Playv2.0.3: SecureSocial Module Routes are used (instead of main routes) after push to heroku

I have a rather simple app that works fine locally, uses the correct routes, that is: /conf/routes for the majority of app routes, and /module/securesocial/conf for routes appropriate to that module. But once I post to heroku, only the securesocial…
user1673612
0
votes
1 answer

Securesocial with Twitter and Playframework 2.0 on Heroku

I have sucesfully installed securesocial in my play 2 app and I have it working for google and facebook. But i am having an issue with twitter My conf file has the following # #…
rayray
  • 931
  • 2
  • 11
  • 18
0
votes
1 answer

SecureSocial 2 - using registration and login with own database [play framework 2]

I want to use registration and login in secure social 2 with my own database. I tried using doSave method in InMemoryUserService class, where I am not able to retrieve password. (I am using Java) How can I authenticate user logging using doFind…
Nishikant
  • 305
  • 4
  • 17
0
votes
2 answers

Securesocial in Eclipse

When I try to set up eclipse with a project that depends on securesocial, I get this message: Project 'xxx' is missing required Java project: 'securesocial' I followed the advice of this guy Here's my Build.scala: import sbt._ import Keys._ import…
bluedawg
  • 39
  • 3
0
votes
1 answer

Where can I find installation manual for SecureSocial?

I got this link https://github.com/jaliss/securesocial/tree/master/samples/java/demo and dont understand the README file, what to do. copy some file to where, the first thing.. I dont find which files or direktory to copy where?
Nolaeh
  • 31
  • 1
  • 4
0
votes
1 answer

SecureSocial on Play 1.2.x behind Apache

I run SecureSocial on a Play 1.2.x installation (on port :9000). Access to the application is via Apache httpd running on port :80, which will then forward the requests. As for SecureSocial, the URL in the request is now localhost:9000 (see…
Samuel
  • 1,667
  • 12
  • 18
-1
votes
1 answer

SecureSocial doesn't work with Java action in play framework

I used the following annotation but even i dont login, i still can open the "apply" page instead of redirecting me to the login page. How can i fix this? @securesocial.core.java.SecureSocial.UserAwareAction public static Result apply() { return…
nullox
  • 295
  • 2
  • 7
  • 18
-3
votes
1 answer

Error while adding Secure social 2.0.12 dependency

I am trying to add SecureSocial 2.0.12 dependency in play framework but when i compile it i am getting a Resolve Exception:unresolved dependency:securesocial # secure social_2.10;2.0.12:not found... i am using play 2.0.4.
1 2 3
13
14