Skip to main content
Solved

Lucid Service Test Redirect URI for OAuth2 not working

  • December 26, 2024
  • 2 replies
  • 29 views

Forum|alt.badge.img+6
  • Lucid Legend Level 2

I have completed the steps in:
OAuth 2.0 client creation
and
Client Creation
but when I attempt to use:

https://lucid.app/oauth2/clients/{my_client_id}/redirect

after registering it with my own client id, I get “page not found”
 

Previous dev forum post here:
 

https://community.lucid.co/lucid-for-developers-6/lucid-oauth-url-not-working-350?tid=350&fid=6

References this docs page which is no longer working.
https://developer.lucid.co/api/v1/#app-registration

Is there additional app configuration required before I can use the Lucid provided service OAuth2 redirect URI in order to begin developing my app?

Please do not refer me to the API Key method as a solution, my goal is simply to use this endpoint:
Update Data Source from CSV

Best answer by GaryZ

I figured it out!
I was attempting to use the redirect uri directly which doesn’t work!

 

Solution:

I used the authorization url from here:
Obtaining an access token
and modified the client_id and redirect_uri per my app and got the verification code needed to move on!

View original

Forum|alt.badge.img+6
  • Lucid Legend Level 2
  • December 26, 2024

I figured it out!
I was attempting to use the redirect uri directly which doesn’t work!

 

Solution:

I used the authorization url from here:
Obtaining an access token
and modified the client_id and redirect_uri per my app and got the verification code needed to move on!


Emma D
Forum|alt.badge.img+7
  • Lucid support team
  • December 27, 2024

@GaryZ Thanks for the update! Great to hear you were able to find the answer in another Developer community post. 


Reply