Prompt login to delete account

Hi,

When a user would like to delete his account, I force user to enter his credential by using this link

https://myDomain.us.auth0.com/authorize?audience=https://myDomain.us.auth0.com/mfa/&scope=openid%20delete:users&response_type=id_token%20token&client_id=sdf345sdgsxGk6P7WQBBkVZ&redirect_uri=http://localhost:53057/files/selectaccount&nonce=NONCE&state=OPAQUE_VALUE&prompt=login

I was following this doc

But it use the NodeJS.

  1. Is there a way to use something else other than NodeJS? I’m using C#
  2. Is it possible to redirect to a page different than the callback URI?
  3. After successfully enter the credential, is there any flag that we could check so we can avoid to ask the 2nd time?

Thank you for your help