FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. it-contracts
    3. Topics
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 15
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by it-contracts

    • I

      Showing Error Message to User in Google Authentication

      General Discussion
      • • • it-contracts
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      I

      @mark-robustelli Yes, that is actually where I started my integration. 🙂 At this point I've been up and down the documentation. There is really no complete start to finish example. Just fragments that have the connections between them missing. 😞

    • I

      3rd Party Authentication

      General Discussion
      • • • it-contracts
      18
      1
      Votes
      18
      Posts
      7.8k
      Views

      I

      @mark-robustelli said in 3rd Party Authentication:

      @it-contracts Can you please share the OAuth settings you have for your application? In the Fusion Auth Admin UI select Applications. Select Edit or view for your application. Share the OAuth and JWT settings. Be sure to remove any sensitive information before posting here.

      I did not make any settings in JWT, so there is nothig there.

      In the OAUTH section here's what I have:

      Client Id - Id generated by fusionAuth. Client secret - Secret generated by FusionAuth. Client Authentication - Set to Required PKCE - Set to Not Required. Generate refresh tokens - Checked Debug enabled - Checked (No idea if this does anything in the Cloud configuration). URL validation - Set to Exact Match Authorized redirect URLs -http://localhost:8080/MyAppName/FusionAuthLogin Authorized request origin URLs - Not Set Logout URL - http://localhost:8080/MyAppName/FusionAuthLogout Logout behavior - Set To All applications Enabled grants - Checked "Authorization Code" and "Refresh Token" Require Registration - Checked

      That's it.
      Thank you Mark
      Rudy