12-08-2021 12:36 AM
Hi All,
I want to integrate Custom application using Websdk using java codes downloaded from duo client libaries. Need to provide clientId, clientSecret, api.host, and redirect.uri for application to integrate with Duo. Regarding redirect.uri i got below lines mentioned in one of the duo websdk document
" The redirect URI will be a separate endpoint on your service that listens for the Duo Prompt redirection callback. E.g. if your login form is at https://example.com:8080/login
, then your redirect uri
could be https://example.com:8080/duo-callback
. This URI does not need to be publicly accessible by Duo, it will only be accessed from the end-user’s web browser. Must be a well-formed with a valid HTTPS URL and port, using a hostname (not an IP address), and a maximum length of 1024 characters".
Need to know URL (https://example.com:8080/duo-callback) will be the landing page in HIS post successful login
Please help
Solved! Go to Solution.
12-09-2021 01:32 PM
Hi @Vishal, I moved your post to the Web SDK category of the community to help others find it in the future. I’m having some trouble understanding your question (and this could be my lack of familiarity with our API ), so forgive me if I misunderstand you. It sounds like you’re asking if the URI will be the page users are redirected to upon successful authentication, is that right? If so, you are correct.
After Duo successfully verifies the user, such as with a push or a phone call, their browser is then redirected to the
redirect_uri
specified earlier in theClient() object
. This URI should be an endpoint in your service which completes the remainder of the end-user’s login.
12-09-2021 09:41 AM
Can anyone please help me here
12-09-2021 01:32 PM
Hi @Vishal, I moved your post to the Web SDK category of the community to help others find it in the future. I’m having some trouble understanding your question (and this could be my lack of familiarity with our API ), so forgive me if I misunderstand you. It sounds like you’re asking if the URI will be the page users are redirected to upon successful authentication, is that right? If so, you are correct.
After Duo successfully verifies the user, such as with a push or a phone call, their browser is then redirected to the
redirect_uri
specified earlier in theClient() object
. This URI should be an endpoint in your service which completes the remainder of the end-user’s login.
12-12-2021 11:51 PM
Yes you got it right. Thank you for your response
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide