-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend BasicProfile with extra fields #513
Comments
Why do you want to extend BasicProfile? Is it because you are trying to get more data from the identity providers or do you want those extra fields in the actions? |
Hello jaliss, I want to get more data from the identity providers and expose them in the session.
Do you provide a mechanism to expose it? Regards, |
Hello @jaliss , Could you help me out with it? Thanks, |
Hello @jaliss , Could you help me out with it? Thanks, |
This is an old thread, but for those seeing it in the future. I did something similar in the PR below: I'm using a fork version with this commit for our own purpose. If you use Play 2.3.x (not 2.4.x), you can try it: |
Hello,
I would like to extend BasicProfile with extra fields. Could you tell me if it is possible? I tried several ways but I'm not able to get when request currend user:
I get errors for several methods when I try to change AuthenticationSercice to ExtendedProfile.
Is it related with #477 ?
I'm working with play 2.3 and Scala
Thanks a lot.
The text was updated successfully, but these errors were encountered: