where is the application oauth tab?
-
Dan where does the list of valid redirect addresses go? Right below the line that is highlighted? I added in the 35.xx.xx.xx but I still get the same FA error popup.
-
I am not understanding your error fully. Can you please elaborate on what you are experiencing? If you could share error logs that might be helpful.
Alternatively, you may want to review the OAuth2 flow by consulting our documentation. Our five-minute guide covers a basic example for your consideration.
Thanks!
Thanks,
Josh -
Thanks Joshua. I am trying to do a plain vanilla passwordless login. It all works fine. It sends the email directly to the user's email. When the user clicks on the link (in my case it is a button) the user gets the error below:
"error_description" : "Invalid redirect uri 35.153.28.164/index.php/Configure/report_generator_amazing",Notice that the error message does NOT SHOW the http:// ?? Here is the application screen. Also notice that I do have the http://
So that is not the issue. I can get the docker log for you so you can see what fusionAuth is complaining about, if you think that would help? Is there any other logs kept by fa that I can look at?
-
@joshua I am pretty far beyond just setting up :). The passwordless email gets sent to the user. When they open it they see a button. Here is the text of the button
<a rel="nofollow noopener noreferrer" target="_blank" onclick="return window.theMainWindow.showLinkWarning(this)" href="http://35.153.28.164:9011/oauth2/passwordless/Hpwfsd2h-82faVz7oFYpX6xg0k43aIFM0d54-ueW7dc?tenantId=4272f95b-0989-4892-badc-0ef6b934885f&client_id=f603697d-41ea-4c53-ac2d-e935d5e34221&redirect_uri=35.153.28.164%2Findex.php%2FConfigure%2Freport_generator_amazing&response_type=code&scope=openid&state=richardbernstein216%40yahoo.com"> <button style="border:none;color:white;padding:15px 32px;text-align:center;text-decoration:none;font-size:16px;margin:4px 2px;cursor:pointer;background-color:#008CBA;"> Click Here to Login! </button> </a>
This looks fine to me except for the redirect_uri=35.153.28.164%2Findex.php%2
Shouldn't that be redirect _uri=http://35.153.28.164%2Findex.php%2 ????
Why is the http:// being cut off by fa?
BTW I am using v 1.19.7 -
@richb201 said in where is the application oauth tab?:
redirect_uri=35.153.28.16
The redirect needs to match your configured list in FusionAuth.
redirect_uri=http://35.153.28.16...
If you are using the FusionAuth email template, you will want to verify the link is getting built correctly in the template.