Looking for someone that knows if it is possible to use Auth0’s OAUTH implementation, to store a piece of data, like a PatientID, within the OAuth response/Callback.
We have a system where we have WEBAPP_A, WEBAPP_B, and AUTH0 as the IdP.
We need:
- a user in WEBAPP_A to authenticate to WEBAPP_B via OAUTH (Done)
- upon successful authentication, WEBAPP_A sends a PatientID to WEBAPP_B within the Auth0 OAUTH response
- WEBAPP_B will, upon receiving a PatientID, request additional information from WEBAPP_A
- WEBAPP_A will then receive a query string that leads to WEBAPP_B’s application via a new browser tab.
We need to figure out how WEBAPP_A sends metadata (PatientID) along with the request for authentication.
I am hoping I explained the issue accurately but understand that I am not a developer.
Auth0 Enterprise Support is not an option for us so we are looking for a consultant.
-Ajay