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

      Unsolved This topic is deleted!

      • • wangr8111
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • Z

      Solved FusionAuth as oidc provider for apache2

      • • zero-enna
      3
      0
      Votes
      3
      Posts
      577
      Views

      joshuaJ

      @zero-enna

      Glad that you got this figured out!

      Thanks,
      Josh

    • J

      Solved Get user object or user's email using verificationId

      • • johnmiller
      2
      0
      Votes
      2
      Posts
      2.5k
      Views

      joshuaJ

      Hi @johnmiller

      One option might be to use a webhook and take action based on this event.

      https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-email-verified/

      Thanks,
      Josh

    • danD

      Solved Is it possible to add custom headers to emails sent by FusionAuth?

      email headers customization • • dan
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      danD

      You can now do so as of FusionAuth 1.32.

      More details in the issue 628 linked above.

    • J

      Unsolved startup.sh fails on tar of openjdk linux gz

      • • james.black
      6
      0
      Votes
      6
      Posts
      3.6k
      Views

      robotdanR

      Tracking here: https://github.com/FusionAuth/fusionauth-issues/issues/1519

    • J

      Unsolved Provide from_address with send_email API

      • • johnmiller
      4
      0
      Votes
      4
      Posts
      3.1k
      Views

      joshuaJ

      @johnmiller --

      That sounds good!

      Feel free to log an issue if you would like to see this supported in the future.

      https://github.com/FusionAuth/fusionauth-issues/issues/new/choose

      Thanks,
      Josh
      FusionAuth

    • M

      Unsolved Error message from webhook on login page

      • • mihailacusteanu
      4
      0
      Votes
      4
      Posts
      468
      Views

      M

      @joshua Thanks for answering
      So this is not yet possible and all I can do is thumbs up the issue and wait.

    • G

      Unsolved Client Id MisMatch issue Password Grant

      • • guru
      2
      0
      Votes
      2
      Posts
      519
      Views

      No one has replied

    • I

      Unsolved This topic is deleted!

      • • isoc0812
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • C

      Unsolved How do I search for all entities a user has been granted permission on?

      • • cgoddard
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      danD

      @cgoddard I think this was missing documentation that has now been added: https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants

      Let me know if that doesn't address your question.

    • C

      Unsolved Retrieve search index in FusionAuth Cloud

      • • cgoddard
      2
      0
      Votes
      2
      Posts
      661
      Views

      danD

      @cgoddard I think this topic addresses your question: https://fusionauth.io/community/forum/topic/1389/see-user-and-entity-elasticsearch-indexes-when-running-in-fusionauth-cloud

    • L

      Unsolved Prevent user from accessing FusionAuth login page after using /api/login

      • • lightalakanzam
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      danD

      @lightalakanzam Not with standard fusionauth, because the hosted login pages don't know that the login has occurred.

      You could perhaps set a cookie on login with the login API and then look for that cookie in an http proxy in front of FusionAuth, and deny access to the login pages at that time.

      Or, you could, if you are only using the login API, set up the theme to have a blank login page.

    • J

      Unsolved Support for DoD CAC Cards? Yubi Key Certs? etc..

      • • jeremy.c.london
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      danD

      @jeremy-c-london

      Currently FusionAuth doesn't support these as login methods.

      This would be custom development work which is typically only offered to enterprise customers, but you can reach out to the sales team to start the conversation.

    • M

      Unsolved How to change user avatar image on FusionAuth?

      • • minhngocnguyenduy
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      M

      @joshua Thanks, Josh.

      My avatar is happy now 🙂

    • B

      Unsolved This topic is deleted!

      • • beatricejessie173
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • A

      Unsolved "Invite" users to tenant via email without password

      • • alan.wood
      2
      0
      Votes
      2
      Posts
      841
      Views

      danD

      and/or detect that the user was an IdP managed user?

      In the reconcile lambda from the IdP (here's the docs for the OIDC lambda), you can set whatever data you want on the user.data field, so you could set user.data.idpUser = true. Then you can access that value from the self edit page freemarker template and decide to show or hide the password field.

      I get that this isn't as straightforward as it would be if the original feature request was implemented 🙂 . But I think there's a path forward here that doesn't wait on that.

    • danD

      Unsolved See user and entity elasticsearch indexes when running in FusionAuth cloud

      cloud elasticsearch index • • dan
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      danD

      Elasticsearch access is not available for FusionAuth cloud deployments.

      I would recommend running FusionAuth locally, which should display similar results as your cloud deployment for how the user and the entities are mapped.

    • danD

      Unsolved How can I activate or deactivate a user?

      active inactive • • dan
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      Users can be deactivated and reactivated using the User API. The following FusionAuth documentation outlines deactivation (or soft-delete) and reactivation:

      Delete A User (soft-delete them, don't hard delete them)

      Reactivate a User

      HTH

    • danD

      Can I get permissions granted to a user against an Entity in an OAuth grant

      entities authorization code grant • • dan
      3
      0
      Votes
      3
      Posts
      5.2k
      Views

      danD

      The ability to search grants for a user was a gap in our documentation. We have since released an update to showcase/describe the use case.

      https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants

      Your API endpoint call will look like below:

      GET /api/entity/grant/search?userId={uuid}

      Additional possible filtering functionality is documented in this feature request.

    • F

      Unsolved Custom theme deployment between environments

      theme deployment application api docs • • fred.fred
      2
      0
      Votes
      2
      Posts
      7.3k
      Views

      danD

      @fred-fred said in Custom theme deployment between environments:

      It looks like we can transport with the API using Theme Update Endpoints and sharing environment API keys so one environment can see the next environment to copy the themes over.

      Yes, that's what I'd recommend. You could have different API keys for each environment and have the script that promotes the theme pull the API key from a secrets store. Make sure you limit the API key to the themes endpoint.

      You also might be interested in this post: https://fusionauth.io/community/forum/topic/1306/parameterizing-themes which indicates how you can have the same theme files point to different resources in staging/prod/dev/etc.