Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. external
    Log in to post
    • All categories
    • dan

      External validation of users on registration
      Q&A • external registration validation • • dan

      2
      0
      Votes
      2
      Posts
      48
      Views

      dan

      You can use the user.create or the user.registration.create webhook to do something like this.

      If you enable these webhooks and configure the transaction to require the webhook to succeed, then you simply need to return a non-200 status code from the webhook to cause FusionAuth to fail this create.

      https://fusionauth.io/docs/v1/tech/events-webhooks/#tenant-settings
      https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-create
      https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-registration-create

    • E

      Using Slack as Identity Provider with OpenID for Federated Identity Management with Aspnet Core App
      Q&A • external identity oidc idp federation • • etienne.lorthoy

      2
      0
      Votes
      2
      Posts
      399
      Views

      dan

      First did I miss a good doc/post somewhere explaining how to use slack as an Identity Provider ?

      Nope, sorry, we haven't documented that yet.

      Second what I could have done wrong, how to correct it ?

      I'm unsure. In fact, I'm sorry, from reading this it sounds like you've got it working (except having to give permissions multiple times). What am I missing?

      Then does someone manage to get it work with slack's oauth v2 api ?

      I have not heard of anyone doing this successfully.

      Last why do I have to give permission again & again when I login ?

      I'm not sure why Slack would require that again and again. Is the token being stored in the registration object? You can see this if you look at the user and then look at the source tab.

      Do you have the docs for the slack OIDC identity provider handy? Have you seen if anyone else is seeing this behavior?

    • dan

      Does FusionAuth handle third party logins?
      Q&A • external third party login • • dan

      2
      0
      Votes
      2
      Posts
      42
      Views

      dan

      We handle all of this and you can use the native UIs for each of these when on mobile. This is all handled automatically by Facebook, Google, Apple and others.

      More about external login providers.

    • dan

      SOLVED Does FusionAuth require that you migrate your userstore into the product?
      Q&A • user database external • • dan

      5
      0
      Votes
      5
      Posts
      98
      Views

      B

      @dan no problem at all. Completely understand it's tough offering support without reviewing how we have things setup.

      Appreciate you shooting that link over and will do some investigation on our end to see what might work best for us.

      Thanks!