FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • M

      This topic is deleted!

      • • mariedvis.us
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • 1

      Test account

      • • 1tvich996
      2
      0
      Votes
      2
      Posts
      361
      Views

      joshuaJ

      @1tvich996

      Test account not included in our bug bounty program. You can read more here:

      https://fusionauth.io/security/ https://fusionauth.io/security/#responsible-disclosure

      Thanks
      Josh

    • M

      This topic is deleted!

      • • mikecolince25
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • J

      This topic is deleted!

      • • jakariai065
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • M

      This topic is deleted!

      • • mubassirpatel
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • V

      This topic is deleted!

      • • vegajer887
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • J

      I need a PHP library compatible with OIDC for SSO Google through FusionAuth

      • • jesalba31
      2
      0
      Votes
      2
      Posts
      223
      Views

      J

      Hi, I have gotten a library that has worked for me, it is quite complete, I will leave it here.

      https://github.com/jumbojett/OpenID-Connect-PHP

    • F

      Where to find the option "Require registration"

      • • florian
      4
      0
      Votes
      4
      Posts
      880
      Views

      joshuaJ

      @florian Glad you found it!

    • T

      How to trigger user.email.verified webhook when user clicks the link in their email

      • • travis.milum
      6
      0
      Votes
      6
      Posts
      771
      Views

      joshuaJ

      webhook only on the tenant level

      See related post for additional information

      https://fusionauth.io/community/forum/topic/1181/webhook-not-working-on-user-delete/4?_=1630508237897

    • J

      This topic is deleted!

      • • jeff.lawry
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • Y

      fusionauth.sso cookie's value is encoded?

      • • yb98
      5
      1
      Votes
      5
      Posts
      3.8k
      Views

      Y

      @pleymor yeah, it is slightly tricky, you can try decoding it here: https://www.base64decode.org/, you will get some gibberish, but the refresh token will be a substring of the decoded token. The length of the decoded token may also vary depending on your browser.

    • D

      This topic is deleted!

      • • dangvanhieu1605988
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • P

      This topic is deleted!

      • • pcknautical
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • F

      This topic is deleted!

      • • fh132064
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • A

      Solved JWT signing algorithm change to RS256 (Asymmetric RSA 256) not working.

      • • anand.murugan
      3
      0
      Votes
      3
      Posts
      934
      Views

      joshuaJ

      @anand-murugan

      Glad you solved it!

      Josh

    • D

      Fail to migrate user from my existing db

      • • dominwong4
      2
      0
      Votes
      2
      Posts
      123
      Views

      M

      I'm not sure what is wrong here, maybe try without setting 'factor' at all?
      Anyway, if you have the user's password in plaintext then you can just use these as is and leave encryptionScheme and salt blank. According to docs regarding the password field:

      The User’s password. If encryptionScheme is provided this value is the existing password hash, if encryptionScheme is not provided this value is assumed to be plain text and it will be hashed during import.

    • W

      This topic is deleted!

      • • wwei16997
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • W

      This topic is deleted!

      • • wwei16997
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      Client credentials grant flow: Basic auth or client_id and client_secret in the body?

      • • Theraloss
      4
      0
      Votes
      4
      Posts
      2.1k
      Views

      T

      Hi Joshua,
      thank you for the updates!

    • H

      Device Authorization with Entity Authorization

      • • hankhaines
      2
      0
      Votes
      2
      Posts
      178
      Views

      joshuaJ

      @hankhaines

      Can you provide a bit more context about how you expecting your app to behave?

      A first glance, it would seem that you are attempting to mix the device OAuth Grant flow with the entity management feature; which I would have to check and see that if that is possible.

      OAuth endpoints
      https://fusionauth.io/docs/v1/tech/oauth/endpoints/

      Possibly related issue?
      https://github.com/FusionAuth/fusionauth-issues/issues/1295

      Thanks,
      Josh