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

    Theraloss

    @Theraloss

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Theraloss Unfollow Follow

    Latest posts made by Theraloss

    • Prevent sending "locale" query string to the redirect URL?

      Hello,
      we're currently integrating our FusionAuth app with an external provider. The issue we're facing is that when our app redirects to the provider it attaches also a locale=en_US query string that, unfortunately, does break the provider since they only accept en as valid locale.
      Is there anything we can do to avoid attaching that value?

      Right now I've tried to force a "en" locale with an hidden field in the login form, but does not seem to work with Social sign in.

      posted in Q&A
      T
      Theraloss
    • RE: Client credentials grant flow: Basic auth or client_id and client_secret in the body?

      Hi Joshua,
      thank you for the updates!

      posted in General Discussion
      T
      Theraloss
    • Client credentials grant flow: Basic auth or client_id and client_secret in the body?

      Hey y'all,
      I've read from the Client Credentials docs that the Authorization is required (with basic auth of Client ID and Client Secret), but we (randomly, migrating from Auth0) discovered that also sending those credentials (ID and Secret) in the body, without any Authorization header, just works fine.

      What's the point of that? Is the "Basic Auth" the recommended option to-go and in the future the support of credentials in the body will be removed?

      posted in General Discussion
      T
      Theraloss