FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. matt 1
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by matt 1

    • M

      Crash After Upgrade from 1.32.1 to 1.35.0

      General Discussion
      • • • matt 1
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      joshuaJ

      @matt-1

      I would assume that is the issue - but let us know if otherwise

      Josh

    • M

      Hakari CP DB Settings?

      General Discussion
      • • • matt 1
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      joshuaJ

      @matt-1 said in Hakari CP DB Settings?:

      That said, it seems they are because we haven't seen the DB timeouts in 6 FusionAuth environments in over 2 weeks now.

      Hi @matt-1 Yes, I believe that I misunderstood your question. I believe that you are correct.

      Josh

    • M

      Azure Authentication using OpenID Against FusionAuth?

      General Discussion
      • • • matt 1
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      joshuaJ

      @matt-1

      I will let my colleagues and community teammates chime in, having not written an Azure integration into FusionAuth as of yet. However, here is my two cents:

      If FusionAuth is the source of record, you will want to review the documentation that Azure AD provides and see if you can call into FusionAuth via OAuth2 or SAML or JWT from them.

      Googling azure storage blob authentication via jwt token returns many promising possibilities that look relevant.

      Another wrinkle is that you are likely asking for a permissions-based model below:

      Azure Storage Blog (or some intermediary) authenticates backs to FusionAuth to check whether the user is authorized for the piece of content or not.

      This might require you to handroll your own solution or explore others that are prebuilt. Roles and groups are one area in FusionAuth that you could use to assign some level of access to your users. With some integration code, you could help your application determine what storage they should have access to.

      https://fusionauth.io/docs/v1/tech/apis/groups/ https://fusionauth.io/docs/v1/tech/core-concepts/roles/#overview

      I hope this helps and will post back if anything additional occurs to me.

      Thanks
      Josh