Skip to main content
Solved

Lucid OAuth URL not working

  • March 1, 2023
  • 1 reply
  • 118 views

Vikram B

Hi Team

 

Below url not working

https://lucid.app/oauth2/clients/{client id}/redirect

Getting 
We couldn't find the page you're looking for.

Best answer by Michael B

You will need to replace the {client id} in the redirect URL with the ClientId of your OAuth2 client. For example in the screenshot below I have a client with id "_nEqqrlx7tQQL2y)PUAKaaMzKmkJGTCkQ1h-on7". To enable redirecting on that client I have set my Authorized Redirect URI to: "https://lucid.app/oauth2/clients/_nEqqrlx7tQQL2y)PUAKaaMzKmkJGTCkQ1h-on7/redirect.

Information about configuring your OAuth2 client can be found here.  Once your OAuth2 client is configured you will no longer get the "page not found" error when authenticating.

View original
Did this topic help you find an answer to your question?

Michael B
Forum|alt.badge.img+4
  • Lucid product team
  • March 1, 2023

You will need to replace the {client id} in the redirect URL with the ClientId of your OAuth2 client. For example in the screenshot below I have a client with id "_nEqqrlx7tQQL2y)PUAKaaMzKmkJGTCkQ1h-on7". To enable redirecting on that client I have set my Authorized Redirect URI to: "https://lucid.app/oauth2/clients/_nEqqrlx7tQQL2y)PUAKaaMzKmkJGTCkQ1h-on7/redirect.

Information about configuring your OAuth2 client can be found here.  Once your OAuth2 client is configured you will no longer get the "page not found" error when authenticating.


Reply