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

    Topics created by sswami

    • S

      Unsolved SAML has issues with MAUTIC

      Q&A
      • • • sswami
      5
      0
      Votes
      5
      Posts
      1.3k
      Views

      danD

      @sswami

      Do you have a support plan? If so, the best way to get support is to open a ticket: https://account.fusionauth.io/account/support/

    • S

      Unsolved Support one-tap login with Google

      Q&A
      • • • sswami
      2
      0
      Votes
      2
      Posts
      929
      Views

      danD

      @sswami Thanks!

      Please file a feature request here: https://github.com/fusionauth/fusionauth-issues/issues outlining your use case. We love community feature requests and weigh community support (in terms of upvotes) when considering future work.

      Here's our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap

    • S

      SAMLv2 Failing with Zoom

      Q&A
      • • • sswami
      6
      0
      Votes
      6
      Posts
      5.8k
      Views

      danD

      Thanks so much for writing this up @sswami !

    • S

      Performance issues even with a 8 Core + 32 gigs.

      Q&A
      • java performance • • sswami
      21
      0
      Votes
      21
      Posts
      71.7k
      Views

      danD

      Thanks @sjswami , this duplicate ids issue is now resolved in 1.19.7. Appreciate you letting us know about it: https://github.com/FusionAuth/fusionauth-issues/issues/890

    • S

      After Chrome 80+ Cookie Set SameSite=None requires 'Secure' in Android WebView doesn't seem to complete Authorize

      Q&A
      • • • sswami
      13
      0
      Votes
      13
      Posts
      4.7k
      Views

      danD

      I'm so glad you solved it!

      @sswami said in After Chrome 80+ Cookie Set SameSite=None requires 'Secure' in Android WebView doesn't seem to complete Authorize:

      I don't know, if what I am doing is best practice or was there something else I should have done, at least this is working for me as now.

      In the blog post I mention, the app uses the react-native-app-auth library, that may be worth investigating as it provides the hooks into the native browser.

      This may be worth investigating so you don't have to support your own solution, though of course I'm glad you have it working.

      There is another issue, calling /api/logout?global=true&refreshToken={refresh_token} only signs out of the app, but doesn't signout from the FusionAuth completely, making it redirecting back to the App instead of the Login Screen?

      You should remove your access tokens in your client when the logout button is pressed. The FusionAuth logout API only removes cookies. This post may be helpful: https://fusionauth.io/community/forum/topic/270/logout-questions