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

      This topic is deleted!

      • • lukerobinson25
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • danD

      [missing]identityProviderId Error

      • • dan
      2
      0
      Votes
      2
      Posts
      536
      Views

      danD

      Try adding mode: 'no-cors' to your request to see if that changes your result.

      Also, make sure that application/json is the Content-Type header for all requests to the FusionAuth API, unless otherwise specified in the documentation.

      Narrator: This resolved the issue.

    • danD

      Do you have an example project using Flask?

      python example app faq • • dan
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      danD

      Here's an example using flask: https://github.com/FusionAuth/fusionauth-example-flask-portal

      You can see all the example apps here: https://fusionauth.io/docs/v1/tech/example-apps/

    • danD

      FusionAuth support for old releases

      security versions old releases releases • • dan
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      danD

      Officially we don’t require anyone to upgrade. However, generally speaking we don’t back port patches, this means if you need a fix you’ll have to upgrade to get it. There are a lot of good reasons to keep a security product up to date.

      But when you pay for an edition of FusionAuth that includes support, you can run whatever version you want (more or less).

    • danD

      I imported a public key and am not seeing the kid in the jwks endpoint.

      keys rsa jwks • • dan
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      danD

      We only publish keys that we can use for signing, so a public key all by itself will not be published via JWKS. If you import the entire key pair, it will be published on the JWKS endpoint.

      You can also generate a keypair too.

    • danD

      maximum pool size configuration

      configuration database settings • • dan
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      danD

      You can use the database.maximum-pool-size value in the fusionauth.properties file prior to 1.19.x ( it was just not documented) , but if you want to use the environment variable version is not available until 1.19.x.

    • danD

      Can you register a user to an application at the same time as you create them

      registration user api • • dan
      2
      0
      Votes
      2
      Posts
      3.1k
      Views

      danD

      Is this what you are looking for?: https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-and-registration-combined

      That API does return a token as of v1.17.0.

    • M

      How use mobile number for authentication

      • • mehr.prs
      5
      0
      Votes
      5
      Posts
      5.1k
      Views

      danD

      Please feel free to vote for the issue @mehr-prs , if it is important to you. Here's the general FusionAuth roadmap guidance: https://fusionauth.io/community/forum/topic/172/the-fusionauth-roadmap

    • S

      Is it possible to disable two-factor without providing the two-factor code?

      • • stephen
      8
      1
      Votes
      8
      Posts
      3.0k
      Views

      danD

      No worries.

      Please upvote it if you are interested in this moving toward the front of the work queue.

    • danD

      Expand fields available for elasticsearch search engine

      elasticsearch • • dan
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      danD

      Not really, at least not through FusionAuth interfaces.

      If you have particular queries that aren’t working well, you can open an issue in GitHub or a support ticket: https://github.com/FusionAuth/fusionauth-issues/issues

    • I

      List and invalidate user sessions

      • • ishuvalov
      2
      0
      Votes
      2
      Posts
      868
      Views

      danD

      I do not believe so. I just added a github issue for a similar issue: https://github.com/FusionAuth/fusionauth-issues/issues/874

      Please feel free to upvote this if the issue describes your goals.

      If not, please explain in more detail what you are trying to accomplish.

    • danD

      Anonymous tokens

      anonymous jwt • • dan
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      danD

      Not currently.

      You could create a single user called anonymous and auth that user to get a generic token.

      There is an open issue for a more elegant solution; feel free to upvote it: https://github.com/FusionAuth/fusionauth-issues/issues/525

    • danD

      Importing users from third party identity provider

      third party identity provider logins import • • dan
      2
      0
      Votes
      2
      Posts
      3.5k
      Views

      danD

      No, the users must have a password. In this scenario, where you know the users do not have a password, you can just set a secure random password. A UUID, or other securely generated high entropy value.

      You can provide the password value, but this will cause FusionAuth to hash it inline, so it will be costly in terms of time and CPU if you are importing a large number of users.

      If you don’t want to take this hit at import time, you can provide these users just random hashed values, as long as you provide the factor, encryptionScheme, salt and password FusionAuth will assume this is a hash, and it will not re-hash it.

    • danD

      User expiration

      user expiration user-api • • dan
      2
      0
      Votes
      2
      Posts
      4.2k
      Views

      danD

      It means the user won't be able to login.

    • danD

      Search for users by application

      search user search application • • dan
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      danD

      You should be able to go the user's tab and then expand the 'advanced' section and select a given application.

      See this screenshot:

      user search with 'advanced' section expanded

    • danD

      what is the default connection pool size for the app?

      database connection pool • • dan
      3
      0
      Votes
      3
      Posts
      2.5k
      Views

      robotdanR

      Also, see database.maximum-pool-size here https://fusionauth.io/docs/v1/tech/reference/configuration

    • M

      Filtering/limiting user data

      user-data • • Moonshine
      9
      0
      Votes
      9
      Posts
      21.8k
      Views

      danD

      Hi James,

      Glad to help! Let us know if you have any more questions.

    • K

      Successful mobile integrations using SFSafariViewController or Chrome Custom Tab?

      • • keith.sherwood
      1
      1
      Votes
      1
      Posts
      440
      Views

      No one has replied

    • H

      Complete Facebook Login api cannot work with token returned from facebook login api

      • • hey
      3
      0
      Votes
      3
      Posts
      505
      Views

      H

      Hi Dan

      Thanks a lot. It's fixed. The reason is the wrong configuration in facebook account.

      Regards
      Co

    • danD

      Length of time for authorization code

      authorization code grant lifetime duration • • dan
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      danD

      It's configurable. If you go to the tenant details page, then to the Advanced tab, you'll see the setting there; it's called Authorization Code. It's also documented in the tenant API, search for tenant.externalIdentifierConfiguration.authorizationGrantIdTimeToLiveInSeconds here: https://fusionauth.io/docs/v1/tech/apis/tenants

      Looks like valid durations are between 1 and 600 seconds.