On Fri, 3 May 2024 at 11:43, Kapahi, Isha <ishakapahi@kpmg.com> wrote:
Hi Venky,
Greeting from KPMG!
Team is able to deploy the SPAR self-service UI and is trying to integrate with e-signet . To complete the same we need redirect URL to be used once the authentication is done via e-signet.
Can you please provide the redirect URL for the same or suggest a suitable to connect .
Thanks
Isha Kapahi
Hello Isha,
Greetings from the OpenG2P community!
To integrate the SPAR Self-Service UI with eSignet, you need to update the redirect_uri
. Here’s the information you need:
- Redirect URL:
"redirect_uri": "http://selfservice.qa.openg2p.net/api/selfservice/oauth2/callback"
Steps to Update
-
This URL needs to be updated in the
login_providers
table, specifically in theauthorization_parameters
column for the eSignet record. -
Make sure to replace
selfservice.qa.openg2p.net
with the appropriate domain that matches your eSignet configuration.
Let me know if you need further assistance with this or anything else.
Best regards,
PS Narayanan