Calling External Link with a user authentication

1
Hi   I am calling external link with dynamic parameters, for that i am using OpenURL from Nanoflow commons and it works fine. i want to authenticate user same authentication as mendix(Azure AD)    do you have any idea how to pass authentication code in URL or check authentication first and open link?
asked
1 answers
3

Hi Arjun Jayasimha,

                         Step1: Generate a token in server side to access.

                         Step2:  Append the token stored in the database with external URL. Only authenticated users can access the URL where generated token and database token are same.

I hope this helps you to solve your problem.

answered