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

    eric

    @eric

    3
    Reputation
    6
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eric Unfollow Follow

    Best posts made by eric

    • RE: Block authentication until user is verified?

      @dan yes this answers my question perfectly! I appreciate the detailed answer.

      posted in Q&A
      E
      eric
    • RE: idP initiated SSO [missing redirect uri] error

      Thanks! I appreciate it.

      I will keep track using the link, and i'll thumbs up the issues.

      posted in Q&A
      E
      eric

    Latest posts made by eric

    • RE: idP initiated SSO [missing redirect uri] error

      Thanks! I appreciate it.

      I will keep track using the link, and i'll thumbs up the issues.

      posted in Q&A
      E
      eric
    • RE: idP initiated SSO [missing redirect uri] error

      Hey Dan,

      If that is considering idp initiated SSO when fusion auth is acting as the SP then yup!

      posted in Q&A
      E
      eric
    • RE: Save email option

      Yup! that is the exact use case we are looking to accomplish.

      posted in Q&A
      E
      eric
    • idP initiated SSO [missing redirect uri] error

      When attempting to initiate SSO via an idp (in this case OneLogin). I am getting the following error.

      Logging in through an SP initiated flow works perfectly fine.

      {
        "error" : "invalid_request",
        "error_description" : "The request is missing a required parameter: redirect_uri",
        "error_reason" : "missing_redirect_uri"
      }
      

      this is the ACS url: http://localhost:9011/samlv2/acs should i be adding redirect uri to that url to get an idp initiated flow to work?

      posted in Q&A
      E
      eric
    • Save email option

      When using FusionAuth's front end to authenticate users. Is it possible to have a remember my email button?

      Here is the use case :
      When a user attempts to login using Fusion Auth, we want to support remembering a user's email. This is so when a user that is attempting to login via SAML identity Provider (using managed domains) for the second time, we can automatically redirect them to their identity provider.

      Is there a way to achieve this currently with FusionAuth's front end?

      posted in Q&A
      E
      eric
    • RE: Block authentication until user is verified?

      @dan yes this answers my question perfectly! I appreciate the detailed answer.

      posted in Q&A
      E
      eric
    • RE: Block authentication until user is verified?

      Great suggestion about using the JWT!

      I am indeed using oauth for authentication. Is modifying the JWT via a lambda equivalent to accessing the verified property of the user profile?

      with the former just saving me the effort of getting the user profile in my api?

      Thanks for the speedy response!

      posted in Q&A
      E
      eric
    • Block authentication until user is verified?

      Is there a workflow within fusion auth, to not authenticate a self registered user until their registration is verified by email?

      My current workaround is to locally track which users have been verified in our own database. Then using webhooks listen for the user.registration.verify event to update our own DB and allow access.

      Did I miss anywhere in the FusionAuth docs that would enable this workflow to avoid the mentioned workaround?

      posted in Q&A
      E
      eric