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

      Unsolved User Accounts with Hierarchy like Company and Teams

      • • amit
      4
      0
      Votes
      4
      Posts
      944
      Views

      joshuaJ

      @amit

      Much of this might be context-specific. Entity Management is an implementation of the Client Credentials grant and may fit your use case. This video offers a useful demonstration:

      https://www.youtube.com/watch?v=pJIzYLSTrMM

      You may also find this to be useful --> https://github.com/FusionAuth/fusionauth-site/pull/1158/files as well if you are trying to implement certain levels of granularity within your permissions.

      Hope this helps!

      Thanks,
      Josh

    • danD

      Unsolved I want to allow every user with a role to be granted access to all entities of a given type

      entities grants users • • dan
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      danD

      I'd use a webhook to provision/deprovision the grants.

      https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-registration-create-complete/ has the roles for the application, so in the webhook, you can call the FusionAuth grant API to create or revoke the grant.

      For initial setup, run a script to get all the users that have a given role (using a user search query) and then grant them access to all the entities.

      Think about what happens when a new piece of equipment is added. From what I gather, all users with the "viewer" role will need to be granted access to that equipment. You can take care that of within the 'new equipment added' script: provision the equipment, then add the grant to all users with the "viewer" role.

      Depending on when you are going to check the grant and the number of users and pieces of equipment, this may be a good thing to use a queue like SQS for, to add/revoke/update grants asynchronously.

    • S

      Unsolved Install on webspace

      • • stuggiboogie
      2
      0
      Votes
      2
      Posts
      372
      Views

      danD

      @stuggiboogie I'm not familiar with ionos. You should check with them to make sure they support java applications or docker applications as well as a shell account and a database. If they can provide these and meet the system requirements, you should be able to run FusionAuth.

      System requirements: https://fusionauth.io/docs/v1/tech/installation-guide/system-requirements/

      Installation using a package: https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/

      Installation using docker: https://fusionauth.io/docs/v1/tech/installation-guide/docker/

    • O

      Unsolved Install fails on Macbook Pro M1

      • • owner
      2
      0
      Votes
      2
      Posts
      392
      Views

      joshuaJ

      @owner

      Apologies for the trouble. I believe this may be resolved in the issue below. This should be fixed in the next release of FusionAuth.

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

      Please see the workaround mentioned in this issue and let us know if this resolves this issue for you.

      Thanks,
      Josh

    • V

      Unsolved How to configure generic messenger?

      • • vindhyahegde2114
      4
      0
      Votes
      4
      Posts
      2.7k
      Views

      joshuaJ

      @oleksiikraieviy and @vindhyahegde2114

      This is going to be related to how you set up a generic messenger - I have a few tips here.

      https://www.loom.com/share/cdd0835c054b40a4a3a6e2e32f1c9d04

      Thanks,
      Josh

    • 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
      478
      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.4k
      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.6k
      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.2k
      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
      2.9k
      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
      446
      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
      425
      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.1k
      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
      576
      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.5k
      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
      1.9k
      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.2k
      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