@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