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

    Posts made by eduardo.soller

    • RE: How to pass the response_type in the FusionAuthProviderConfig of the react-sdk?

      Hi
      I have the exact same issue.
      Have you figured this out?

      My config:

      const config: FusionAuthProviderConfig = {
      loginPath: "/oauth2/authorize/",
      logoutPath: "/oauth2/logout",
      registerPath: "/oauth2/register",
      clientId: "my-client-id",
      redirectUri: "http://localhost:3000/account", login/register/logout action
      serverUrl: "/oauth2/token",
      shouldAutoFetchUserInfo: true,
      shouldAutoRefresh: true,
      onRedirect: (state?: string) => {},
      };

      posted in Q&A
      E
      eduardo.soller