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

      This topic is deleted!

      • • wwei16997
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      Client credentials grant flow: Basic auth or client_id and client_secret in the body?

      • • Theraloss
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      T

      Hi Joshua,
      thank you for the updates!

    • H

      Device Authorization with Entity Authorization

      • • hankhaines
      2
      0
      Votes
      2
      Posts
      222
      Views

      joshuaJ

      @hankhaines

      Can you provide a bit more context about how you expecting your app to behave?

      A first glance, it would seem that you are attempting to mix the device OAuth Grant flow with the entity management feature; which I would have to check and see that if that is possible.

      OAuth endpoints
      https://fusionauth.io/docs/v1/tech/oauth/endpoints/

      Possibly related issue?
      https://github.com/FusionAuth/fusionauth-issues/issues/1295

      Thanks,
      Josh

    • J

      Client_Id_not_valid

      • • justinfox
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied

    • F

      Should I make this bug for FusionAuth team? - "file:///" errors on save

      • • fred.fred
      2
      0
      Votes
      2
      Posts
      690
      Views

      joshuaJ

      @fred-fred

      I am not sure if this is a bug, but rather may be a security limit placed by the OAuth protocol that you are implementing through FusionAuth. I will have to check to see if this pattern --- file:///... qualifies as an absolute URI.

      In FusionAuth, the only valid redirects are outlined below.

      An array of URLs that are the authorized redirect URLs for FusionAuth OAuth. Examples of valid redirect URIs: - https://example.com/redirect - com.myApp://redirect - com.myApp:/redirect AVAILABLE SINCE 1.7.0 You may now use URLs that do not begin with http to support native application redirect. Prior to this version the value will be validated to begin with http. AVAILABLE SINCE 1.12.0 You may now use URLs for application redirects that use a single slash to denote there is no naming authority for the scheme. Prior to this version a URL such as com.myApp:/redirect would fail validation as in invalid URL.

      https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2
      From the OAuth spec

      3.1.2. Redirection Endpoint

      After completing its interaction with the resource owner, the
      authorization server directs the resource owner's user-agent back to
      the client. The authorization server redirects the user-agent to the
      client's redirection endpoint previously established with the
      authorization server during the client registration process or when
      making the authorization request.

      The redirection endpoint URI MUST be an absolute URI as defined by
      [RFC3986] Section 4.3. The endpoint URI MAY include an
      "application/x-www-form-urlencoded" formatted (per Appendix B) query
      component ([RFC3986] Section 3.4), which MUST be retained when adding
      additional query parameters. The endpoint URI MUST NOT include a
      fragment component.

    • W

      This topic is deleted!

      • • webinarcare
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • R

      wrapping the link in a passowordless email in a button

      • • richb201
      3
      0
      Votes
      3
      Posts
      4.0k
      Views

      A

      I usually use Stripo templates. They integrated AMP technology in their builder. And it's all for free.

    • W

      This topic is deleted!

      • • webinarcare
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • W

      This topic is deleted!

      • • webinarcare
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • S

      Make my day please

      • • sandrat
      3
      0
      Votes
      3
      Posts
      922
      Views

      joshuaJ

      @sandrat,

      Sorry to hear that you are having difficulties.

      You guys do the download thing to trial, be a piece of cake but the install isnt nearly as smooth as you think.

      Can you elaborate on any difficulties that you had attempting to install FusionAuth locally?

      Simple a couple of SPs against your SAML IDP and I will know if we are in the play.

      If you could elaborate on what you looking for I may be able to assist further.

      Below is our existing documentation:

      SAML as IdP:
      https://fusionauth.io/docs/v1/tech/identity-providers/samlv2/#overview

      SAML as Service Provider:
      https://fusionauth.io/docs/v1/tech/samlv2/

      Current Limitations:
      https://fusionauth.io/docs/v1/tech/reference/limitations/#saml

      Thanks,
      Josh

    • J

      Restricting Access to pages in application

      • • justinfox
      2
      0
      Votes
      2
      Posts
      3.9k
      Views

      joshuaJ

      @justinfox,

      There are a few ways in which you can architect this to ensure the user/entity is authenticated and authorized (reader here) depending on the language and architecture used. The tutorials and guides cover a few different approaches.

      https://fusionauth.io/learn/expert-advice/authentication/login-authentication-workflows/ offers a high-level overview as well.

      Lastly, if you decide to use OAuth, you could consult our modern guide to OAuth for more information.

      https://fusionauth.io/learn/expert-advice/oauth/modern-guide-to-oauth/

      Thanks,
      Josh

    • D

      Unclear about Roles for Applications and Entities

      • • daniel
      2
      0
      Votes
      2
      Posts
      698
      Views

      joshuaJ

      @daniel,

      Glad you are trying us out! I will do my best to address your questions.

      if the API is an Entity, and mobile app is an application, how roles will be designated to users for the APIs? How do we access them there? Is it done via same approach as in Auth0?

      Are you saying that you are looking to have the same roles (they are called permissions the entity types) assigned to an entity and a user? I may need a little more context to better understand. Maybe you could outline how you are expecting this to work in practice.

      Side note, we have documentation on this to be found here (you may have already reviewed it).

      https://site-local.fusionauth.io/docs/v1/tech/core-concepts/entity-management/
      https://site-local.fusionauth.io/docs/v1/tech/apis/entity-management/#undefined

      Also there is a question about using Roles by tenants - as we plan to create those roles, while Tenants will be assigning them to their users, is that actually possible?

      Roles are scoped to an application per documentation. I might need some additional clarification/context to better address.

      https://site-local.fusionauth.io/docs/v1/tech/core-concepts/roles/#overview

      Let us know. Happy to help as able!

      Thanks,
      Josh

    • C

      This topic is deleted!

      • • clarkejohn098
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • C

      This topic is deleted!

      • • charlucas234
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      This topic is deleted!

      • • tranjessica958
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • M

      This topic is deleted!

      • • matthewzoebrick28
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      error when trying to send test email

      • • richb201
      4
      0
      Votes
      4
      Posts
      2.4k
      Views

      joshuaJ

      @ubaid-rehman

      My recommendation would be to use our troubleshooting steps for email.

      https://fusionauth.io/docs/v1/tech/troubleshooting/#troubleshooting-email

      Especially as it pertains to below.

      Enable debugging by navigating to Tenants Your Tenant Edit Advanced SMTP Settings Additional properties and add mail.debug=true.

      Let us know if you still have trouble after a further review.

      Thanks,
      Josh

    • J

      This topic is deleted!

      • • johnwhite18101995
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • A

      FusionAuth SDK searchuser method problem

      • • adrian.wild
      2
      0
      Votes
      2
      Posts
      181
      Views

      danD

      Hiya @adrian-wild

      To confirm, you are using the elastic search search engine?

      And the numbers in the list you provided are the number of results you get?

    • E

      FusionAuth + WebAuthN: native support?

      • • ecastro
      2
      0
      Votes
      2
      Posts
      314
      Views

      danD

      Hiya,

      This is an open feature on our issues list:

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

      We want to get to this, but don't have a fixed timeline for this feature right now. Here is our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap/

      Hope this helps.