Form Redirect and Authenticate User

  • 22 November 2021
  • 1 reply
  • 6 views

Can NWC authenticate a user into another website? I have a use case where the user would submit a form, on submit, the user would be redirected to another site. They may need to be authenticated. I'm familiar with the form redirect, but not sure how authenticating someone would work, or if that's possible.

 

Any possible Nintex Form/NWC solutions for this?


1 reply

Badge +9

Hi @vboyleQR 


 


I assume you're unable to implement SSO authentication into the other website, the other possibility is to pass the credentials via the URL:


https://serverfault.com/questions/371907/can-you-pass-user-pass-for-http-basic-authentication-in-url-parameters


 


But this would mean the username/password would be visible in the transaction.

Reply