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
      • • • mak
      2
      0
      Votes
      2
      Posts
      717
      Views

      danD

      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
      • • • mak
      2
      0
      Votes
      2
      Posts
      444
      Views

      danD

      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
      • • • mak
      2
      0
      Votes
      2
      Posts
      626
      Views

      danD

      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.)