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

      Migrating from mysql to postgresql

      mysql postgresql migration • • dan
      5
      0
      Votes
      5
      Posts
      9.9k
      Views

      danD

      @sander

      Thanks for the update. We're bummed that we can't include the mysql connector as part of the docker image.

      If FusionAuth is stuck in maintenance mode, this thread might prove useful: https://fusionauth.io/community/forum/topic/135/can-t-get-by-maintenance-mode

      Can you give me any more details about the issue?

    • C

      Unsolved Problem between oauth2/authorize code and oauth2/token in android

      • • cgonzalez
      2
      0
      Votes
      2
      Posts
      3.7k
      Views

      joshuaJ

      Hi @cgonzalez

      Can you confirm how quickly you are completing the exchange for a token using the code?

      "auth_code_not_found"

      The code may not be available if:

      It has expired or It as already been used to obtain a token.

      Thanks,
      Josh

    • P

      Unsolved Install as Windows Service hangs on creating EventLog source

      • • pclark
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      joshuaJ

      @pclark

      Just checking in, albeit a bit later than anticipated. Was this resolved for you on the latest version of FusionAuth

      -Josh

    • L

      Unsolved custom validation-theme Forgot Password

      • • leandro.menagonzalez
      2
      1
      Votes
      2
      Posts
      1.5k
      Views

      joshuaJ

      @leandro-menagonzalez

      This can be solved by using client-side validation in your theme for the corresponding forgot password page. On the authorize page you would pull in JS to check the users email in any manner you see fit.

      https://fusionauth.io/docs/v1/tech/apis/themes
      https://fusionauth.io/docs/v1/tech/themes/

      Josh

    • H

      Unsolved This topic is deleted!

      • • harish_reddy
      2
      0
      Votes
      2
      Posts
      8
      Views
    • T

      Solved Password change deletes sessions?

      • • trevorr
      4
      0
      Votes
      4
      Posts
      1.7k
      Views

      danD

      @trevorr said in Password change deletes sessions?:

      If possible in the future, it would be great to be able to control that per-password change. It's the right behavior for changing a potentially compromised password, but not for setting an initial password. Of course, my app could also revoke the refresh tokens explicitly.

      Makes sense. Please feel free to open an GitHub issue outlining your use case: https://github.com/fusionauth/fusionauth-issues/issues

    • D

      Unsolved Email template per tenant

      • • dhait
      2
      0
      Votes
      2
      Posts
      927
      Views

      danD

      @dhait Yes.

      You can create as many email templates as you want, typically using the admin UI or the email API: https://fusionauth.io/docs/v1/tech/apis/emails

      Then, you assign them to tenants, using the Tenant admin UI or tenant API: https://fusionauth.io/docs/v1/tech/apis/tenants

      You are probably going to be interested in the emailConfiguration object which has all the tenant email template Ids.

    • L

      Unsolved This topic is deleted!

      • • leandro.menagonzalez
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • C

      Unsolved This topic is deleted!

      • • cody
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • T

      Unsolved This topic is deleted!

      • • tashi
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • danD

      Solved Having trouble using Gmail SMTP for email sending

      • • dan
      3
      0
      Votes
      3
      Posts
      905
      Views

      P

      @dan said in Having trouble using Gmail SMTP for email sending:

      Found a way to solve it.

      You really need to use 16-char app passwords with Google SMTP, as it is suggested here https://support.google.com/accounts/answer/185833/tunnel rush

      It works fine then.

      🤠 😊

    • danD

      Unsolved FA controls on traffic

      • • dan
      4
      0
      Votes
      4
      Posts
      676
      Views

      danD

      @srikanth-bussa Great.

      If you need to customize the JWT, I'd suggest looking at the populate lambda and lambda HTTP connect as well.

    • K

      Unsolved How to make a saml request with php / fusionauth?

      • • ken
      2
      0
      Votes
      2
      Posts
      677
      Views

      danD

      Hiya,

      Yes, you complete a login after the user has logged in at the SAML provider. That's implied, but maybe we should make it a bit clearer.

      From https://fusionauth.io/docs/v1/tech/apis/identity-providers/samlv2#complete-a-saml-v2-login

      This API allows you to complete a SAML v2 login after the user has authenticated with a SAML v2 identity provider. If you are using the FusionAuth login UI with the SAML v2 button you will not utilize this API directly.

      The idea is:

      you call start SAML login (the FusionAuth API) you direct the user to the IDP you get the SAML response you pass the SAML response to the complete API call (again, FusionAuth API)

      Why not just integrate SAML directly into your application? It's an instance of the identity broker pattern, and having FusionAuth in the middle can allow for a standard interface across SAML and other remote IdP providers.

      How you handle steps 2 and 3 is not documented for two reasons.

      It might vary widely, depending on the SAML IdP and your configuration. It is expected that as someone who is using the start/complete API and not the FusionAuth hosted login pages, you are familiar enough with SAML to take care of them.

      Hope this helps!

    • T

      Unsolved Appropriate refresh token setting for rolling window?

      • • theogravity-sb
      5
      1
      Votes
      5
      Posts
      1.0k
      Views

      T

      @dan Thanks, this is the use-case I was expecting.

    • danD

      Unsolved Using ngrok and I get an error message when viewing the admin screen

      • • dan
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      danD

      The easiest way is to add the required header to the ngrok connection.

      Here's how you can do it:

      ./ngrok http --request-header-add 'X-Forwarded-Port:443' 9011

      That should fix the issue.

    • P

      Unsolved Searching user with multiple application

      • • prawee
      7
      0
      Votes
      7
      Posts
      2.7k
      Views

      P

      @joshua okay thank you for reply.

    • D

      Solved UpdatinG User with JSON-PATCH method

      • • duke
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      A

      @duke said in UpdatinG User with JSON-PATCH method:

      @dan It was abit confusing because looking at the original body of the group, there was no parameter/ field called roleIds but it was used in the request.

      To update the User we used this.

      // To remove language let body = vec![Testing { op: "remove".to_string(), path: "/user/preferredLanguages/0".to_string() }];

      thanks my issue has been fixed.

    • K

      Unsolved How to auto get the first/last name of user on sso external idp samlv2 login? and redirect to our site login handler?

      • • ken
      2
      0
      Votes
      2
      Posts
      433
      Views

      danD

      @ken Did you get this resolved?

    • K

      Unsolved How to get whether user is using sso?

      • • ken
      2
      0
      Votes
      2
      Posts
      473
      Views

      danD

      @ken Hiya,

      I don't think this is currently available via API. The closest issue I could find was this: https://github.com/FusionAuth/fusionauth-issues/issues/1515

      I can't commit to a timeline for this feature being built out, however.

      Please upvote that and/or add a comment illustrating your use case.

    • 2

      Unsolved Forgot password API

      • • 2kayush.125
      2
      0
      Votes
      2
      Posts
      503
      Views

      danD

      @2kayush-125 It's in the tenant settings.

      The UI is documented here: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#advanced (look for "Change Password")

      The API is documented here: https://fusionauth.io/docs/v1/tech/apis/tenants (look for tenant.externalIdentifierConfiguration.changePasswordIdTimeToLiveInSeconds)

      Hope this helps.

      Thanks for using FusionAuth!