The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
9 views

Upgraded to SecureSocial 2.0.12 and now sessions are not being persisted

I was using secure social 2.0.7, and I’d implemented a UserServicePlugin, and users could log in. I could stop and restart the server (or recompile or whatever), and users would remain logged in. ...
1
vote
1answer
49 views

Secure Social Play 2.x / Keeping transient, unregistered (i.e. hasn't logged in yet) user in session?

I'm using Play Framework (Scala) and SecureSocial to authenticate users. I'd like my site to allow non-logged-in users to browse and populate certain user data (e.g. email address) during their ...
0
votes
1answer
43 views

Form Casting in Play Framework 2.0.4 with securesocial

Is there a way to cast play.api.data.Form to play.api.data.Form in Play Framework? I'm using secure social for play 2.0.4 and I'm having these errors when I compile custom templates. [error] ...
0
votes
1answer
36 views

Warning in Play 2.0.4

When I compile my application with securesocial plugin it gives me this warning: [info] Compiling 21 Scala sources and 8 Java sources to /home/mario/tegik-play/target/scala-2.9.1/classes... [warn] ...
0
votes
1answer
59 views

Integrate SecureSocial with backend user services/storages?

Using Play! 2.0.4 and SecureSocial 2 (http://securesocial.ws/). Scala implementation. Most of this question will be directly referencing the sample here: ...
0
votes
1answer
33 views

SecureSocial : fillProfile fails during Facebook authentication

I'm using Play! 2.0.4 with SecureSocial to handle Facebook connect. With an account that was successfully connecting some days ago, Facebook answers the server with an error, which is thrown here : ...
0
votes
1answer
56 views

Play SecureSocial customization

I just downloaded the SecureSocial plugin and installed it. I have a webapp build using Play framework 2.1 in Java. Now I don't how how to customize this module. If I click on register I have a page ...
1
vote
1answer
166 views

Custom views in SecureSocial in Java

I saw a few questions about this topic, but none answer the part I am stuck on. By the way, based on the issues people are running into, I might suggest giving a default java implementation of the ...
1
vote
0answers
41 views

Play securesocial - developer environment and unit testing

We are using securesocial module for authentication in Play 2 application. I have two questions concerning this module. Firstly, is there an easy way to disable the authorization checking in out ...
0
votes
2answers
125 views

play framework - securesocial userpass implementation

I'm using Play 2.1 and securesocial master snapshot. I've implemented find & save of UserService (extends UserServicePlugin) as follows: Find method as below: def find(userId: UserId): ...
0
votes
1answer
28 views

Tokens in Play SecureSocial

The Token Object in SecureSocial can be left in the java COde with hashmaps or do you recommend to create a model and save it in the database? Does it have an impact if I leave it in the hashmap?
0
votes
1answer
86 views

Play SecureSocial Persistance with Java

I started using play 2.1 for java and SecureSocial. Currently I'm trying to add some persistance to the Users that register/sign up to the site but I'm having trouble trying to represent the model ...
1
vote
1answer
152 views

SecureSocial error after Play 2.0->2.1 migration

I get a tenacious error with SecureSocial after Play 2.0->2.1 migration. I am using the following dependency: "securesocial" % "securesocial_2.10" % "master-SNAPSHOT", I launched play 2.1.1, ...
0
votes
1answer
138 views

SecureSocial configuration issue with Play 2.1

I want to support only facebook, twitter and google in my appliaction, so I've deleted other providers from securesocial.conf. My applications doesn't start right now, I'm getting following error: ...
0
votes
1answer
91 views

Securesocial view customization

As mentioned in the documentation, http://securesocial.ws/guide/views-customization.html I have created a CustomTemplatesPlugin which extends TemplatesPlugin and implemented the getLoginPage function ...
-2
votes
1answer
87 views

Error while adding Secure social 2.0.12 dependency [closed]

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 ...
1
vote
1answer
148 views

Anybody implemented deadbolt or any other authorisation mechanism with securesocial?

I'm browsing around the web to find some kind of tutorial but I'm having trouble finding it. I guess I could just use the twitter example provided with securesocial example: def onlyAdmin = ...
0
votes
1answer
183 views

Play-ReactiveMongo - Possible to Use Pluging outside of controller?

Straight forward question. I get an error if I try to use play-reactive mongo in a securesocial in memory service. import play.api.Play.current /** * A Sample In Memory user service in Scala * * ...
0
votes
1answer
63 views

Securesocial, Issues calling linkedin request after authentication

I'm trying to use securesocial to authenticate to Linkedin over OAuth1 and get list of connections of the connected user. The authentication works fine, but calling any request after the user is ...
1
vote
1answer
213 views

SecureSocial 2 / PlayFramework 2 - Adding elements to IdentityObject and changing workflow order

I'm currently setting SecureSocial module up in my Play 2 app using UsernamePasswordProvider. The sign up form shows the following information gathered in an instance of Identity object: Username, ...
2
votes
1answer
160 views

How to keep SecureSocial users logged in?

I have a Play 2.0.4 web app that uses SecureSocial to allow users to log in through third-party providers like twitter, facebook, and gmail. At that point, I am not using my own ...
0
votes
1answer
158 views

How to persist user registrations using Play 2.0 and SecureSocial

I am using Play 2.0.4 with SecureSocial. I would like to use a UsernamePasswordProvider to persist user registrations to a database. I am relatively new to Java and the Play Framework so I'm not ...
0
votes
2answers
154 views

Instantiate scala.Int in Java

I'm writing the persistence layer for the SecureSocial plugin of Play 2 framework. I found an example at ...
0
votes
1answer
91 views

Play Forms: Mapping the request.user from a Secured Action?

I'd like to be able to get at the user when I'm mapping a request to an object using Play Forms. To make things more fiddly, I'm also using the SecureSocial framework, so request.user is a ...
2
votes
1answer
153 views

View customization with securesocial & play 2

I would like to customize securesocial views. I can't find how to specify the action URL for my forms. When I try : <form ...
0
votes
0answers
77 views

How to split a Play app into several modules and make SecureSocial to be in one of them

I'm trying or organize my Play application into several modules... and I want SecureSocial to be in the auth module. Here is my project/Build.scala file: object ApplicationBuild extends Build { ...
0
votes
0answers
86 views

How to change text in SecureSocial

I'm wondering how to change text in SecureSocial views... I've created file messages.en in the conf directory... but it does not work. If I want my text and other stuff like copyright notice, shall I ...
0
votes
1answer
139 views

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: ...
1
vote
1answer
146 views

Using securesocial services without using it's views

I started integrating SecureSocial in my play/scala app, but I don't really like all the redirects it does between it's different views. example - try to login from it's default login page and if you ...
1
vote
0answers
71 views

SMTP Config in SecureSocial for live.com

I had configured my SecureSocial module in Play 2.0.4 for a SMTP email transfer. If I try my configuration with Gmail it works: smtp { host=smtp.gmail.com #port=25 ssl=true ...
0
votes
0answers
161 views

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 ...
1
vote
2answers
479 views

I can't customize the view propose by the module securesocial for play2, “not found: type RequestHeader ”

I'm trying to customize the view propose by the module "securesocial" with play 2 What I've already done is : 1/ Create a new plugin name SecureViewsPlugin that implements the TemplatesPlugin under ...
0
votes
0answers
246 views

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 ...
-1
votes
2answers
574 views

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 ...
1
vote
1answer
84 views

securesocial fake log in when developing

I am using securesocial it works fine but now every time I change some scala code I have to login again. Is there a possibility to fake a user in the session when in development mode, so I don't have ...
1
vote
1answer
186 views

PlayFramework securesocial and Lighttpd error

I am using the SecureSocial module with PlayFramework2. I am also using lighttpd as a proxy to enable SSL for Play Framework. This is the problem. When I use Google OAuth2 for login, Play Framework ...
0
votes
1answer
215 views

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._ ...
0
votes
2answers
276 views

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. ...
0
votes
1answer
185 views

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 # # Twitter # ...
0
votes
1answer
310 views

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 ...
0
votes
1answer
336 views

SecureSocial 2 with play 2 framework

I am trying to use SecureSocial 2. When I trying to use existing account e.g. Google it gives me error: Error: invalid_client scope=https://www.googleapis.com/auth/userinfo.profile ...
0
votes
2answers
296 views

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 ...
2
votes
1answer
1k views

Access Cookie via Javascript for User Information

I found a nice article about client side authentication with backbone.js(http://blog.opperator.com/post/15671431847/backbone-js-sessions-and-authentication). Therefore I need to access a cookie which ...
0
votes
1answer
109 views

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 ...
0
votes
1answer
359 views

How to install SecureSocial module in Play Framwork 2.0.2?

I got this module https://github.com/jaliss/securesocial/ , and I dont even know how to make it work?
2
votes
1answer
202 views

What field can I use using secure social on play! framework with facebook?

How can I make sure that the same user has logged in? SecureSocial is returning the following fields: id, isEmailVerified, avatarUrl, email, password, secret, token, authMethod Some fields are ...
1
vote
2answers
257 views

play 2.0 how can i overwrite my views out of a (securesocial) module?

I'm using the securesocial plugin and use it as a module. So my Structure is like: project | |--app |---| |---|--views/main.scala.html |--conf |--logs |--module |---|--securesocial ...
2
votes
2answers
245 views

Play Framework 1.2.4: Session Doesnt Change

i am working on a play framework project and i am using "securesocial"plugin for user actoins. My problem is, according to play framework document, the session should have been closed and reset when ...
0
votes
1answer
122 views

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 ...
1
vote
1answer
319 views

Play Framework + SecureSocial : java.lang.NoSuchMethodError: securesocial.controllers.ReverseLoginPage.authenticate

I'm new on playframework, and trying to use securesocial for facebook-oauth2. I've got this error when GET on /login : ! @6apkmf9m3 - Internal server error, for request [GET /login] -> ...

1 2