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

      Is there a way to have a user who logs out of an application go back to wherever they started from at login?

      login logout faq • • dan
      2
      0
      Votes
      2
      Posts
      4.9k
      Views

      danD

      You can use the post_logout_redirect_uri query parameter on the logout endpoint to configure where a user ends up after logout.

      More here: https://fusionauth.io/docs/v1/tech/oauth/endpoints

    • danD

      Why isn't FusionAuth open source?

      open source license faq • • dan
      6
      0
      Votes
      6
      Posts
      12.9k
      Views

      danD

      Hiya,

      I got an answer for you about sunset provisions.

      We have discussed source code escrow options with clients in the past. We can also offer a source code release clause (in the event FusionAuth goes out of business). However, these are only options if you are on an Enterprise plan with a custom contract.

      Hope that helps you make the right decision for your application(s).

    • danD

      Can we use all the features with the self hosted version?

      faq pricing features self hosted • • dan
      2
      0
      Votes
      2
      Posts
      4.6k
      Views

      danD

      You always get the same features whatever level you are at no matter where you host. That is to say, if you have a premium plan, you can host or we can, the features are the same. If you use the community edition, the features are the same no matter where you host.

      However, there are feature differences between the premium and community plans. More here: https://fusionauth.io/pricing

    • danD

      Is it possible to set up DB replication using MySQL for FusionAuth db?

      mysql database faq • • dan
      2
      0
      Votes
      2
      Posts
      4.6k
      Views

      danD

      As long as your meet our minimum database requirements in theory it should work. I do know that MySQL Group Replication is not supported.

    • M

      What happens after asymmetric key expiration?

      • • mgetka
      7
      1
      Votes
      7
      Posts
      7.6k
      Views

      danD

      Well, since we're talking about behavior based on a fix that isn't written yet, things are a bit theoretical. 🙂

      Here's one approach we'd consider. An expired key pair cannot be used to sign a JWT, so we would either have to generate a new key pair ahead of the expiration, or start failing login operations. The former is a better user experience, so a user will either have to regenerate the key, or we would do it based upon a configured policy.

      Also, wanted to be clear that we are aware of this limitation, which is why we set the default expiration period to 10 years (so we have a bit of time to solve this in the best way possible).

      Hope this helps. Let me know if you don't have the information you need.

    • danD

      Cannot login with login API?

      • • dan
      2
      1
      Votes
      2
      Posts
      890
      Views

      danD

      If you are using the Login API (/api/login) - this does not create an SSO session.

      The FusionAuth Login pages do not currently use the access_token or refresh_token cookies for session management.

      If you want the SSO feature - you need to use the FusionAuth login pages. This is the strategy outlined in the 5 minute setup guide: https://fusionauth.io/docs/v1/tech/5-minute-setup-guide

      We do have a feature open to switch to token based SSO so that this use case would work: https://github.com/FusionAuth/fusionauth-issues/issues/358

    • danD

      Seeing userState of AuthenticatedNotRegistered

      from-slack oauth user faq • • dan
      2
      0
      Votes
      2
      Posts
      8.9k
      Views

      danD

      That message means the user is not registered for the application you’re logging into. If you create a registration for the user you’ll see Authenticated.

      More on this here: https://fusionauth.io/community/forum/topic/5/can-you-limit-a-user-s-login-authentication-access-to-applications-within-a-single-tenant/2

    • danD

      Is there a way to customize the Two Factor Code message that comes when the twilio integration is enabled?

      twilio sms configuration from-slack faq • • dan
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      danD

      This is not currently available.

      The plan is to build out SMS templates that can localized and customized but no timelines have been determined.

    • danD

      Unable to create a registration using the .NET core client

      dotnet client-library user-api • • dan
      4
      1
      Votes
      4
      Posts
      11.2k
      Views

      danD

      @robotdan Ah, I missed that. I was looking at the response section, which had the registration. Thanks!