FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • N

      This topic is deleted!

      • • nfkjasfasdf
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • F

      This topic is deleted!

      • • francis.ducharme
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • M

      Azure Authentication using OpenID Against FusionAuth?

      • • matt 1
      2
      0
      Votes
      2
      Posts
      1.7k
      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

    • M

      This topic is deleted!

      • • melvin.tkuntz
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • E

      Fusion auth login error - react-native

      • • erick
      4
      0
      Votes
      4
      Posts
      3.1k
      Views

      joshuaJ

      @erick

      Apologies for the delay. I was not able to test the andriod portion of this very well on my Mac. Is this still an open issue for you?

      Thanks,
      Josh

    • R

      To Get Applications and all it's associated roles

      • • ravikiran.sattigeri
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      joshuaJ

      Hi @ravikiran-sattigeri,

      All applications can be retrieved via this API -

      https://fusionauth.io/docs/v1/tech/apis/applications/#retrieve-an-application

      The roles should be attached to the returned object under a roles array.

      If you could provide some additional context around what you are attempting to accomplish, we may be able to provide additional feedback.

      If you have a support contract, please file a ticket via your Zendesk or Slack channels for additional questions. Thanks!

      Thanks,
      Josh
      FusionAuth

    • F

      SMS send limit

      • • faisal.jamil
      2
      0
      Votes
      2
      Posts
      5.6k
      Views

      danD

      @faisal-jamil

      You must buy another service like twilio. FusionAuth itself never sends SMSes.

      Limits are set by that third party service.

    • C

      SAML logout request causing 500 error in FusionAuth

      • • chk543
      2
      0
      Votes
      2
      Posts
      511
      Views

      danD

      @chk543

      Did you end up solving this?

    • B

      This topic is deleted!

      • • baccalaureateacademy1
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • B

      This topic is deleted!

      • • baccalaureateacademy1
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • P

      This topic is deleted!

      • • precisionrxtelemedllc
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • P

      This topic is deleted!

      • • precisionrxtelemedllc
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      SSO - checking which user is logged in

      • • maciej.wisniowski
      6
      0
      Votes
      6
      Posts
      2.0k
      Views

      danD

      Hiya @maciej-wisniowski

      Might make sense to file a feature request. I am not sure how likely we'd be to expose the SSO token to revocation, but we already (I believe) display it in the list of refresh tokens for a user (with an API key).

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

      I can't think of many workarounds simply because there are two disjoint users (as FusionAuth sees them, because they have different login Ids) and yet you are trying to connect them (so the same human person doesn't login with two different accounts).

    • S

      This topic is deleted!

      • • soumyarani0317
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • S

      This topic is deleted!

      • • sumio4356
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • ?

      Setting up a FusionAuth ODIC identity provider with Amazon Cognito

      • • A Former User
      1
      1
      Votes
      1
      Posts
      890
      Views

      No one has replied

    • M

      Error in global registration counts

      • • marco
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      danD

      Hmmm. I saw a similar issue and filed a bug: https://github.com/FusionAuth/fusionauth-issues/issues/1466

      Feel free to file a bug with reproducible steps in the issues repository or add comments to #1466 if you have any more info.

    • R

      can't login as admin

      • • richb201
      2
      0
      Votes
      2
      Posts
      4.6k
      Views

      joshuaJ

      @richb201,

      I assume you are self-hosting FusionAuth, but let me know if this is not the case.

      I had to split the server into two different copies. One at researchstudyonline.com and one at staging.researchstudyonline.com.

      The database is the source of state in FusionAuth. So if you copied the database, then the same users and their logins should exist in that new copy. For how you have set up FusionAuth, I would expect your staging environment would have its own database as well as production.

      When I click on http://staging.researchstudynline.com/ I see that the link is broken. You may want to review your configuration and ensure that you have properly set up the new FusionAuth instance (http://staging.researchstudynline.com:9011/) and its associated database.

      I am linking the appropriate documentation which may aid you further in installing a new FusionAuth instance and database:

      https://fusionauth.io/docs/v1/tech/installation-guide/ https://fusionauth.io/docs/v1/tech/installation-guide/common-configuration/ https://fusionauth.io/docs/v1/tech/reference/configuration/

      Lastly, there are a few different ways that you could replicate a database. One such way would be to use the pg_dump command. Once you have your dumped database, create a new empty database, and use pg_restore to import your data. Once you have your new database, you would stand up a new FusionAuth instance and point that instance at this new datastore. I would encourage you to use your search-fu to find articles that will speak to how to complete a database replication if you have any other questions about this process.

      Hope this helps!

      Thanks,
      Josh

    • S

      This topic is deleted!

      • • sorayaleesoraya
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • M

      Connection closed errors with managed Postgresql on DigitalOcean

      • • maciej.wisniowski
      12
      0
      Votes
      12
      Posts
      21.3k
      Views

      A

      Thanks @joshua !