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

      Why does FusionAuth store the encoded access_token as an HTTP Only session cookie when logging in?

      • • contact 0
      3
      1
      Votes
      3
      Posts
      1.1k
      Views

      C

      @dan Yes, I am using the login API and the Identity Provided API. More specifically, the following routes: /api/login & /api/identity-provider/login. They both have similar response cookie functionality. Your explanation makes sense, however I do agree with the GitHub issue about this functionality being optional (or at least allow the developer to choose which response cookies they want to set). For the meantime, I suppose I'll just use the provided functionality as-is and look more into the mentioned alternatives if necessary.
      Also, thanks for linking to the SameSite configuration. I'll take a look at it to see if it fits my needs.

      Thank you for your reply!

    • A

      Registering a user to other applications during registration

      • • ashok
      11
      0
      Votes
      11
      Posts
      6.8k
      Views

      danD

      Well, I'd just call the 'create registration' API from the server three times after a user had successfully registered on your custom page: https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-registration-for-an-existing-user

      Does that make sense, or do I misunderstand your question?

    • N

      Why does the registration endpoint not set HTTPOnly Cookies with Refresh Token like the Login Endpoint?

      • • nearat
      2
      1
      Votes
      2
      Posts
      330
      Views

      danD

      Are you using javascript in the browser to register the user? Or a server running node (or some other language). If the latter, you could send down an HttpOnly cookie based on the response of the registration.

    • P

      Does FusionAuth support a "Remember Me" functionality?

      • • panpsonis
      8
      0
      Votes
      8
      Posts
      2.0k
      Views

      danD

      You can also view some of the back and forth between @robotdan and I on the issue I filed: https://github.com/FusionAuth/fusionauth-issues/issues/878 🙂

    • 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
      370
      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.3k
      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
      1.9k
      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
      2.7k
      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
      1.6k
      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
      2.7k
      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
      4.5k
      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
      2.3k
      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.1k
      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
      684
      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.5k
      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
      2.9k
      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
      3.8k
      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.3k
      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.1k
      Views

      robotdanR

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