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

    eirikur

    @eirikur

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

    eirikur Unfollow Follow

    Best posts made by eirikur

    • RE: Using Slack as Identity Provider with OpenID for Federated Identity Management with Aspnet Core App

      We've managed to get "Sign in with Slack" to work using the following settings:

      Client authentication: Request body (client_secret_post)
      Authorization endpoint: https://slack.com/openid/connect/authorize
      Token endpoint: https://slack.com/api/openid.connect.token
      Userinfo endpoint: https://slack.com/api/openid.connect.userInfo
      Scope: openid email profile
      Linking strategy: Link on email. Create the user if they do not exist.
      Reconcile lambda: Default OpenID Connect Reconcile provided by FusionAuth

      posted in Q&A
      E
      eirikur

    Latest posts made by eirikur

    • RE: Using Slack as Identity Provider with OpenID for Federated Identity Management with Aspnet Core App

      We've managed to get "Sign in with Slack" to work using the following settings:

      Client authentication: Request body (client_secret_post)
      Authorization endpoint: https://slack.com/openid/connect/authorize
      Token endpoint: https://slack.com/api/openid.connect.token
      Userinfo endpoint: https://slack.com/api/openid.connect.userInfo
      Scope: openid email profile
      Linking strategy: Link on email. Create the user if they do not exist.
      Reconcile lambda: Default OpenID Connect Reconcile provided by FusionAuth

      posted in Q&A
      E
      eirikur