• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
  1. Home
  2. mak
  3. Topics
M
  • Profile
  • Following 0
  • Followers 0
  • Topics 3
  • Posts 5
  • Best 0
  • Controversial 0
  • Groups 0

Topics created by mak

  • M

    fusionauth with flutter

    Q&A
    • • 7 Nov 2020, 21:34 • mak 24 Nov 2020, 02:55
    2
    0
    Votes
    2
    Posts
    721
    Views

    D 24 Nov 2020, 02:55

    We just published a flutter tutorial that might be worth reading: https://fusionauth.io/blog/2020/11/23/securing-flutter-oauth/

  • M

    How can I enable social logins from tenant or application API

    General Discussion
    • • 4 Nov 2020, 19:10 • mak 6 Nov 2020, 16:55
    2
    0
    Votes
    2
    Posts
    444
    Views

    D 6 Nov 2020, 16:55

    Sure, you want to use the patch identity provider method: https://github.com/FusionAuth/fusionauth-java-client/blob/master/src/main/java/io/fusionauth/client/FusionAuthClient.java#L1575

    You'll want to update the application configuration section: https://fusionauth.io/docs/v1/tech/apis/identity-providers/

    Be aware that there is an open issue regarding this: https://github.com/FusionAuth/fusionauth-issues/issues/767 If this affects you, please upvote it so that it moves up in our priority list.

    This also may be worth reading: https://fusionauth.io/community/forum/topic/510/update-identity-provider

  • M

    How can i get the userinfo after authentication redirect

    Q&A
    • • 26 Aug 2020, 18:02 • mak 26 Aug 2020, 19:23
    2
    0
    Votes
    2
    Posts
    629
    Views

    D 26 Aug 2020, 19:23

    Hiya,

    I'd suggest reading/working through this blog post: https://fusionauth.io/blog/2020/03/10/securely-implement-oauth-in-react

    You have to do a couple of things (provide the right scope, pass the correct JWT back to the correct endpoint), and it might be fastest for you to read through that and post any questions you have. (If you aren't comfortable in javascript, please let me know which language you are comfortable in and I'll see if I can dig up an example.)