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
    • 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.5k
      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
      501
      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
      1.8k
      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
      871
      Views

      No one has replied

    • M

      Error in global registration counts

      • • marco
      6
      0
      Votes
      6
      Posts
      1.2k
      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.5k
      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
      20.7k
      Views

      A

      Thanks @joshua !

    • L

      This topic is deleted!

      • • luxecertificationm
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • K

      This topic is deleted!

      • • krenu
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • B

      This topic is deleted!

      • • baccalaureate.adwords
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • B

      This topic is deleted!

      • • baccalaureate.adwords
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Is there any way to query for users that have 2FA enabled in the dashboard

      • • david.billings
      5
      0
      Votes
      5
      Posts
      744
      Views

      D

      Perfect Joshua.

      This gives me what I need!

      Thank you!