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
    • J

      Can't login on a previous working envionrment/database

      • • juan.sleiman
      2
      0
      Votes
      2
      Posts
      418
      Views

      danD

      Hiya @juan-sleiman . Sorry, that sounds frustrating. It's hard to know what is going on with the details you've provided. Did you figure it out? If not, please provide the following:

      What you are trying to do, specific step by step of clicks you make, APIs you’ve called, configuration you have, things you’ve changed, etc. More information is better. For example, what you are seeing, specific panels in the UI, API status codes, errors, screenshots, etc. We want all of it. What you expected to see. Sometimes this is obvious, and sometimes it isn’t. Err on the side of over sharing. What you've tried already. Sometimes this can help us narrow down the issue more quickly. The version of FusionAuth you are using (this information is available on the admin screen in the lower left hand corner or in the startup logs). The number of FusionAuth nodes you are running in your deployment. Information about supporting infrastructure such as the database and elasticsearch, including the version and architecture (is the database local, cloud managed, etc). All FusionAuth log files you can provide. Please don't provide snippets because often the issue won't be in the snippet but somewhere else in the logs. Providing us with complete log files upfront helps us track down issues faster. And you'll avoid getting replies like "please send the complete log files". Of course, please remove any sensitive information from the log files.

      Also, if you are running in production, we recommend buying support, as that has guaranteed response time. Pricing here.

    • R

      email for passwordless login

      • • richb201
      3
      0
      Votes
      3
      Posts
      318
      Views

      danD

      I think you want to edit the email template directly.

      Navigate to "Customizations -> "Email Templates" and find your template, and update that with the host.

    • S

      Using FusionAuth in Homelab w/Nginx

      • • sycotix
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      Hiya,

      This looks like a similar question: https://fusionauth.io/community/forum/topic/360/example-docs-for-fusionauth-integration-as-sso-front-end-to-nginx-proxied-apps

      It looks like authelia is slightly different and has tighter integration with nginx, but no support for OIDC.

      It looks like nginx works with OIDC, but only with NGINX plus (which I believe is the version that costs money?): https://github.com/nginxinc/nginx-openid-connect

      If you want to integrate with OpenLDAP, you'd be looking buying a premium version of FusionAuth (Developer or above) because the community edition doesn't support LDAP integration. See the Connectors documentation for more.

      We have an example plugin here for apache, I'm not super familiar with nginx, but maybe you could do something similar: https://github.com/FusionAuth/fusionauth-mod-authnz-external

      Another alternative would be to see if the apps you have have OIDC/SAML integration and directly connect them with FusionAuth, though that doesn't provide the URL level endpoint protection you asked for (only application level).

    • F

      Issue while integrating login to a front-end

      • • fmbesteiro
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      F

      @mgetka, as you previously said, the issue was mainly that I was not sending any state as a parameter.
      Once that was done, I had another issue regarding unprotecting state, but it was eventually worked out. Thank you very much for the documentation which you sent me, it has been very useful!.

    • R

      This topic is deleted!

      • • richb201
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • K

      fusionauth-example-asp-netcore: Malformed client_id

      dotnet docker error jwt cookies • • kwatters
      3
      0
      Votes
      3
      Posts
      5.2k
      Views

      danD

      That's great to hear, glad you figured it out!

    • S

      Different SSO per team/tenant of my application

      • • stevenwirges
      2
      0
      Votes
      2
      Posts
      512
      Views

      danD

      Hiya Steven,

      Thanks for the details. I'm not aware of any example applications that have this workflow.

      You could definitely do most of thisthis, but you'd be writing a lot of API glue code. You'd be creating identity providers and configuring managed domains to accomplish step 3.

      The one thing that I know can't be done right now is creating an API key via the API. See https://github.com/FusionAuth/fusionauth-issues/issues/887 for more details about that.

    • R

      Using api

      restapi php example • • richb201
      4
      0
      Votes
      4
      Posts
      5.2k
      Views

      danD

      Thanks for your feedback!

    • R

      email templates: can I have more than one passwordless login template?

      • • richb201
      3
      0
      Votes
      3
      Posts
      328
      Views

      danD

      @richb201 You can't have more than one passwordless template per tenant.

      There is a basic self service registration form you can use, but I'm not quite clear on what you are trying to do.

      It sounds like you want two authentication forms.

      for users, which requires them to provide their email and sends them a magic link to login for admins, which doesn't require any password at all

      If that is the case, how does the system know who is an admin (is it a url they are coming from, an ip range, or something else)?

    • M

      fusionauth with flutter

      • • mak
      2
      0
      Votes
      2
      Posts
      984
      Views

      danD

      We just published a flutter tutorial that might be worth reading: https://fusionauth.io/blog/2020/11/23/securing-flutter-oauth/

    • danD

      "missing search index" error message on install

      elasticsearch error • • dan
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      danD

      If this is a new install, this is expected. During startup, FusionAuth goes into maintenance mode and reports back on the state of the system.

      If you are in silent mode, the index will be created for you, if you are not in silent mode, FusionAuth will have entered an interactive startup mode and it is sitting on a prompt for you to create the Elasticsearch index.

      More on silent mode.

    • A

      Advice in Python Flask Framework

      flask python • • aartiyadavpersonal
      5
      0
      Votes
      5
      Posts
      2.1k
      Views

      S

      @aartiyadavpersonal said in Advice in Python Flask Framework:

      flask framework based projects?

      Here are a few of them:

      Weather App using Flask Full Stack Social Network App Portfolio Website using Flask Rest API with Flask Feedback Form using Flask Deploy Machine Learning Models using Flask Blog App using Flask

      Also, you can start with these tutorials.

    • danD

      Retrieving ids from FusionAuth database tables

      analytics database query sql • • dan
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      danD

      Hiya,

      We don't guarantee any database level compatibility (which is why we recommend doing everything through the API, which does have those guarantees).

      But here's an option. I'm assuming you are using MySQL. FusionAuth uses UUIDs for unique Ids, and in MySQL we store these as BINARY(16).

      If you want to select this value in a human readable form, you can perform a select such as SELECT HEX(id) FROM table_name.

      If you want to select this column and deserialize it into a Java UUID type, you can use code similar to the following:

      public UUID fromByteArray(byte[] ba) { long msb = 0; long lsb = 0; for (int i = 0; i < 8; i++) { msb = (msb << 8) | (ba[i] & 0xff); } for (int i = 8; i < 16; i++) { lsb = (lsb << 8) | (ba[i] & 0xff); } return new UUID(msb, lsb); }

      Another option, depending on your data size, would be to export all the data using the relevant APIs, and import it into your analytics database.

    • danD

      ISO 27001 certification

      certification standards iso27001 • • dan
      3
      0
      Votes
      3
      Posts
      3.6k
      Views

      danD

      No, we are not currently ISO 27001 certified. We are currently progressing toward SOC2 certification. You can see more about standards and compliance here: https://fusionauth.io/features/security-data-compliance/

    • danD

      Question about the developer edition and pricing

      pricing edition • • dan
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      danD

      If you choose this edition, you are charged the monthly fee for the lifetime of the application. The pricing calculator reveals what expected costs are.

      Having this edition enables access to the premium features currently available and any other premium features developed in the future.

      You are, of course, able to change editions if your needs change.

    • M

      Webhook on user creation using social logins

      • • marco
      2
      0
      Votes
      2
      Posts
      687
      Views

      danD

      This should work. (For example, 1.20.1 fixed an issue with the twitter api not firing: https://github.com/FusionAuth/fusionauth-issues/issues/937 and I'd expect Facebook to work as well.)

      Can you please share more details about your configuration?

      what version of FusionAuth are you running how did you set up your webhooks? does the 'send test webhook' work? do any webhooks fire for any events at all? does any social login fire the user.create.registration webhook?
    • danD

      Is there a way to update user data in the UI?

      user-data user-api from-slack faq • • dan
      3
      3
      Votes
      3
      Posts
      8.1k
      Views

      danD

      If you use the advanced registration forms, you can edit user data now. This was recently released as a premium feature (requiring a paid license; more info here).

      More info on setting up the user data editing screen: https://fusionauth.io/docs/v1/tech/guides/advanced-registration-forms/#editing-user-data-in-the-admin-ui

    • danD

      OIDC with Azure AD

      azure oidc • • dan
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      We have users that have been successful in configuring with AD v2. We have not yet tested or updated the documentation.

      This may be helpful. https://github.com/FusionAuth/fusionauth-issues/issues/855

    • danD

      Refresh tokens going stale

      refresh token • • dan
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      danD

      This is configurable. Go to https://fusionauth.io/docs/v1/tech/core-concepts/tenants/#jwt (though the screencaps are a bit out of date) but you’ll go there in your instance.

      You’ll see refresh token settings.

      If you’re using a fixed expiration, then it never expires based on last usage, but just based upon time since it was issued.

      If you’re using a sliding window expiration, then it will expire based upon the time since it was last used.

    • J

      Administrative local login when SAML is enabled

      saml • • jbradford
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      robotdanR

      @jbradford Another option, is if you're on the login page, you can add &showPasswordField=true to the URL and that should render the login form with the option to add a password.

      Related GitHub issue: https://github.com/FusionAuth/fusionauth-issues/issues/995